[Pcsclite-cvs-commit] r5297 - in /trunk/PCSC/doc: Makefile.am ifdhandler-3.tex

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Tue Oct 12 08:11:12 UTC 2010


Author: rousseau
Date: Tue Oct 12 08:10:52 2010
New Revision: 5297

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5297
Log:
Remove the deprecated LaTeX version of IFDHandler documentation

Removed:
    trunk/PCSC/doc/ifdhandler-3.tex
Modified:
    trunk/PCSC/doc/Makefile.am

Modified: trunk/PCSC/doc/Makefile.am
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/doc/Makefile.am?rev=5297&op=diff
==============================================================================
--- trunk/PCSC/doc/Makefile.am (original)
+++ trunk/PCSC/doc/Makefile.am Tue Oct 12 08:10:52 2010
@@ -3,45 +3,13 @@
 SUBDIRS = . example
 
 doc_DATA = \
-			ifdhandler-3.tex \
-			README.DAEMON
+	README.DAEMON
 
 man_MANS = pcscd.8 reader.conf.5 
 man_in = pcscd.8.in reader.conf.5.in
 
 EXTRA_DIST = $(doc_DATA) $(man_in) doxygen.conf.in formaticc.1
 
-CLEANFILES = ifdhandler-3.aux ifdhandler-3.bbl ifdhandler-3.blg \
-	ifdhandler-3.dvi ifdhandler-3.log ifdhandler-3.out \
-	ifdhandler-3.toc
-
-DISTCLEANFILES = ifdhandler-3.pdf
-
-# name of commands
-LATEX = latex
-PDFLATEX = pdflatex
-BIBTEX = bibtex
-LATEX2HTML = latex2html
-
-# create a dvi file from a tex file
-%.dvi: %.tex
-	$(LATEX) $*
-	- at egrep -c 'Citation .* undefined.' $*.log && ($(BIBTEX) $* ; $(LATEX) $*)
-	- at grep 'Rerun' $*.log && $(LATEX) $*
-	- at grep 'Rerun' $*.log && $(LATEX) $*
-
-# create a dvi file from a tex file
-%.pdf: %.tex
-	-$(PDFLATEX) $*
-	- at egrep -c 'Citation .* undefined.' $*.log && ($(BIBTEX) $* ; $(PDFLATEX) $*)
-	- at grep 'Rerun' $*.log && $(PDFLATEX) $*
-	- at grep 'Rerun' $*.log && $(PDFLATEX) $*
-
-# create a HTML document
-%.html: %.tex
-	rm -rf $*
-	$(LATEX2HTML) -local_icons -split +2 $*
-
 doxygen:
 	rm -fr api ; cd .. ; doxygen doc/doxygen.conf
 #	cp doxygen.css api/




More information about the Pcsclite-cvs-commit mailing list