[Pcsclite-cvs-commit] r2137 - trunk/PCSC/doc

Ludovic Rousseau rousseau at costa.debian.org
Fri Aug 11 18:10:56 UTC 2006


Author: rousseau
Date: 2006-08-11 18:10:55 +0000 (Fri, 11 Aug 2006)
New Revision: 2137

Modified:
   trunk/PCSC/doc/Makefile.am
Log:
do not fail to remove api when the directory is not there


Modified: trunk/PCSC/doc/Makefile.am
===================================================================
--- trunk/PCSC/doc/Makefile.am	2006-08-11 17:25:46 UTC (rev 2136)
+++ trunk/PCSC/doc/Makefile.am	2006-08-11 18:10:55 UTC (rev 2137)
@@ -46,5 +46,5 @@
 	$(LATEX2HTML) -local_icons -split +2 $*
 
 doxygen:
-	rm -r api ; cd .. ; doxygen doc/doxygen.conf
+	rm -fr api ; cd .. ; doxygen doc/doxygen.conf
 	cp doxygen.css api/




More information about the Pcsclite-cvs-commit mailing list