From: Marc Aurele La France Date: Fri, 1 Mar 2002 17:52:03 +0000 (+0000) Subject: Add missing clean rule X-Git-Tag: xf-4_2_99_1~37 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d23a2a6dfa0ae81298a238899512c7d7c99c5430;p=fontconfig.git Add missing clean rule --- diff --git a/Imakefile b/Imakefile index 3c26d2d..ba761d1 100644 --- 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)