]> granicus.if.org Git - docbook-dsssl/commitdiff
"clean" target now deletes $(SOURCES) xml files instead of doing a
authorMichael Smith <xmldoc@users.sourceforge.net>
Tue, 28 Jun 2005 12:38:39 +0000 (12:38 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Tue, 28 Jun 2005 12:38:39 +0000 (12:38 +0000)
blanket "rm -f *.xml", which was causing hte l10n.xml file to be
deleted. That file is under version control, so deleting it was
forcing you to do a "cvs update" after you run "make clean". if
you forget, it screws up the build.

xsl/common/Makefile

index 5df9a44e1fdefd85011ee8291c1deefdd204b68b..c765d30111cd469ebd73225cd4c2ffd4290a73a4 100644 (file)
@@ -76,4 +76,4 @@ zh_tw.xml: ../../gentext/locale/zh_tw.xml $(GENSTYLE)
        $(XSLT) ../../gentext/locale/en.xml ../../gentext/xsl/xsl.xsl $@ locale.file=$@
 
 clean:
-       rm -f *.ent *.xml
+       $(RM) $(SOURCES)