[subversion-commit] SVN tetex-src commit + diffs: r1774 - tetex-src/trunk

Frank Küster frank at costa.debian.org
Tue Oct 10 12:37:02 UTC 2006


Author: frank
Date: 2006-10-10 12:37:01 +0000 (Tue, 10 Oct 2006)
New Revision: 1774

Modified:
   tetex-src/trunk/Makefile
Log:
fix clean target


Modified: tetex-src/trunk/Makefile
===================================================================
--- tetex-src/trunk/Makefile	2006-10-10 12:18:56 UTC (rev 1773)
+++ tetex-src/trunk/Makefile	2006-10-10 12:37:01 UTC (rev 1774)
@@ -36,9 +36,9 @@
 # 	mv hypdoc/hypdoc.sty source2e/
 
 
-clean:
+clean: | hypdoc/hypdoc.pdf.uu # don't delete everything
 	rm -rf source2e
-	-rm hypdoc/hypdoc.drv hypdoc/hypdoc.ins hypdoc/hypdoc.log hypdoc/hypdoc.dtx
+	-rm hypdoc/hypdoc.drv hypdoc/hypdoc.ins hypdoc/hypdoc.log hypdoc/hypdoc.dtx hypdoc/hypdoc.pdf
 	-rm patch-stamp
 
 




More information about the Pkg-tetex-commits mailing list