X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2FMakefile;h=1dde3601180067663127bef87323bd5efbaae7f1;hb=851ee8dc558ef6de041fcb70c4160034c19d62fb;hp=4c1ecdd1846b41b156052f12e3ff1d74f2f5d23c;hpb=8213ff48f5362c3d4792444c929f50bd128bd044;p=clsql.git diff --git a/doc/Makefile b/doc/Makefile index 4c1ecdd..1dde360 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.1 2002/03/23 14:04:49 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.4 2002/03/26 20:51:41 kevin Exp $ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -29,7 +29,7 @@ DSSSL_HTML=/usr/share/sgml/docbook/dsssl-stylesheets-1.76/html/docbook.dsl DSSSL_PRINT=/usr/share/sgml/docbook/dsssl-stylesheets-1.76/print/docbook.dsl # Custom version -DSSSL_HTML=dsssl/html/docbook.dsl +DSSSL_HTML=../dsssl/html/docbook.dsl DSSSL_PRINT=dsssl/print/docbook.dsl # Nothing to configure beyond this point @@ -64,11 +64,11 @@ CHECK=nsgmls -s -C catalog || exit 1 check: $(CHECK) -html: html/manual.htm +html: html/book1.htm -html/manual.htm: ${DOCFILES} +html/book1.htm: ${DOCFILES} $(CHECK) - ( rm -rf html ; mkdir html; cd html ; jade -t sgml -c ../catalog -d ${DSSSL_HTML} ../${DOCFILE}; mv book1.htm manual.htm; cd ..) + ( rm -rf html ; mkdir html; cd html ; jade -t sgml -c ../catalog -d ${DSSSL_HTML} ../${DOCFILE}; cd ..) tex: ${TEXFILE} @@ -79,10 +79,10 @@ ${TEXFILE}: ${DOCFILES} pdf: ${PDFFILE} ${PDFFILE}: ${TEXFILE} - @pdfjadetex '\pdfcompresslevel=9' '\input ${TEXFILE}' - @pdfjadetex '\pdfcompresslevel=9' '\input ${TEXFILE}' - @pdfjadetex '\pdfcompresslevel=9' '\input ${TEXFILE}' - @pdfjadetex '\pdfcompresslevel=9' '\input ${TEXFILE}' + @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 + @pdfjadetex -interaction=batchmode '\pdfcompresslevel=9' '\input ${TEXFILE}' > /dev/null dvi: ${DVIFILE}