]> git.wh0rd.org - fontconfig.git/commitdiff
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 3c26d2d33dba6f7ce961bb4c689e4c9a7d859fc3..ba761d18b47f5c63bfc90ff8c1ce9b0f6463033d 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)