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

Ludovic Rousseau rousseau at costa.debian.org
Thu Sep 8 13:58:11 UTC 2005


Author: rousseau
Date: 2005-09-08 13:58:11 +0000 (Thu, 08 Sep 2005)
New Revision: 1645

Modified:
   trunk/PCSC/doc/Makefile.am
Log:
do not fail if $(PDFLATEX) fails (command not installed for example)


Modified: trunk/PCSC/doc/Makefile.am
===================================================================
--- trunk/PCSC/doc/Makefile.am	2005-09-07 19:05:49 UTC (rev 1644)
+++ trunk/PCSC/doc/Makefile.am	2005-09-08 13:58:11 UTC (rev 1645)
@@ -35,7 +35,7 @@
 
 # create a dvi file from a tex file
 %.pdf: %.tex
-	$(PDFLATEX) $*
+	-$(PDFLATEX) $*
 	- at egrep -c 'Citation .* undefined.' $*.log && ($(BIBTEX) $* ; $(PDFLATEX) $*)
 	- at grep 'Rerun' $*.log && $(PDFLATEX) $*
 	- at grep 'Rerun' $*.log && $(PDFLATEX) $*




More information about the Pcsclite-cvs-commit mailing list