[Fai-commit] r3891 - trunk/doc
fai-commit at lists.alioth.debian.org
fai-commit at lists.alioth.debian.org
Thu Sep 7 16:22:51 UTC 2006
Author: lange
Date: 2006-09-07 16:22:51 +0000 (Thu, 07 Sep 2006)
New Revision: 3891
Modified:
trunk/doc/Makefile
Log:
use rm -f
Modified: trunk/doc/Makefile
===================================================================
--- trunk/doc/Makefile 2006-09-07 16:22:04 UTC (rev 3890)
+++ trunk/doc/Makefile 2006-09-07 16:22:51 UTC (rev 3891)
@@ -35,7 +35,7 @@
dvips -f $(docname) | lpr
install:
- rm $(docname).tpt $(docname).out || true
+ rm -f $(docname).tpt $(docname).out
cp -dRp $(docname)* $(DOCDIR)
cp -p $(MISC_DOC) $(DOCDIR)
More information about the Fai-commit
mailing list