Add missing clean rule
authorMarc Aurele La France <tsi@ualberta.edu>
Fri, 1 Mar 2002 17:52:03 +0000 (17:52 +0000)
committerMarc Aurele La France <tsi@ualberta.edu>
Fri, 1 Mar 2002 17:52:03 +0000 (17:52 +0000)
Imakefile

index 3c26d2d..ba761d1 100644 (file)
--- a/Imakefile
+++ b/Imakefile
@@ -1,3 +1,5 @@
+XCOMM $XFree86$
+
 #define IHaveSubdirs
 #define PassCDebugFlags
 
@@ -22,4 +24,8 @@ InstallNonExecFileNoClobber(fonts.dtd,$(FONTCONFIGDIR))
 all:: fonts.conf
 
 fonts.conf: fonts.conf.in
+       RemoveFile($@)
        sh ./setfontdirs
+
+clean::
+       RemoveFile(fonts.conf)