From: Jack Jansen Date: Wed, 10 Apr 1996 14:51:38 +0000 (+0000) Subject: Binhex gif files too. X-Git-Tag: v1.4b1~239 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=270f411f177f2e3b372f05cb470cc27ea154e4f9;p=python Binhex gif files too. --- diff --git a/Mac/scripts/binhextree.py b/Mac/scripts/binhextree.py index fa67b9c71f..854a786e7b 100644 --- a/Mac/scripts/binhextree.py +++ b/Mac/scripts/binhextree.py @@ -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) ]