X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=doc%2FMakefile;h=aef678edf20d15b74bdf4c74fb83d4c890689a54;hp=7fc4b95695c7239db5300c137aabdbb885e1361e;hb=bada52b7a8fd2cc484dee33cccd64ca09a52ec3d;hpb=6d7e9a86e0327598339a7358e61ca604b3e518a0 diff --git a/doc/Makefile b/doc/Makefile index 7fc4b95..aef678e 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -5,7 +5,7 @@ # Programer: Kevin M. Rosenberg # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile,v 1.15 2002/07/08 17:23:29 kevin Exp $ +# CVS Id: $Id$ # # This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -79,6 +79,7 @@ ${TEXFILE}: ${DOCFILES} pdf: ${PDFFILE} ${PDFFILE}: ${DOCFILES} + @jade -t tex -c ${CATALOG} -d ${DSSSL_PRINT} ${DOCFILE} > /dev/null @pdfjadetex -interaction=batchmode '\pdfcompresslevel=9' '\input ${TEXFILE}' > /dev/null @pdfjadetex -interaction=batchmode '\pdfcompresslevel=9' '\input ${TEXFILE}' > /dev/null @pdfjadetex -interaction=batchmode '\pdfcompresslevel=9' '\input ${TEXFILE}' > /dev/null @@ -101,7 +102,7 @@ ${PSFILE}: ${DVIFILE} .PHONY: clean clean: - @rm -f *~ *.bak *.orig \#*\# .\#* + @rm -f *~ *.bak *.orig \#*\# .\#* *.log @rm -rf html ${PSFILE} @rm -f ${TMPFILES} @rm -f ${DVIFILE} ${TEXFILE}