Commit 270f411f authored by Jack Jansen's avatar Jack Jansen

Binhex gif files too.

parent f04fa725
......@@ -5,7 +5,7 @@
# Jack Jansen, CWI, August 1995.
#
# To do:
# - Also do project files (. and .), after using AppleEvents to the
# - Also do project files (. and .), after using AppleEvents to the
# various builders to clean the projects
# - Don't hexbin (and clean) if there exists a .hqx file that is newer.
#
......@@ -141,6 +141,7 @@ def copycwproject(path, name):
extensions = [
('.rsrc', binhexit),
('.gif', binhexit),
('.', copycwproject)
]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment