Git-Url:
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=34f6b555f33a9c001451d64aa5fd4dc555e21d84
commit 34f6b555f33a9c001451d64aa5fd4dc555e21d84
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date: Sat Mar 1 21:12:17 2008 +0100
docs: add a cronclean target to remove xml, fo and other interm files
diff --git a/docs/Makefile b/docs/Makefile
index 88879b7..722b190 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -138,6 +138,11 @@ packages.txt: packages.txt.in
clean:
rm -rf *.html *.pdf *.text $(GENERATED_SOURCES) $(LANGS)
+# deletes interim files like .xml or .fo but leaves the result (.pdf,
+# etc) untouched
+cronclean:
+ rm -rf {*/,}*.xml {*/,}*.fo po
+
# checks if all the txts are included in index.txt
# -2 is for the two tags: index-user.txt and index-devel.txt
check: clean
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git