X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=doc%2FMakefile;h=85a9f0269aae7ddab6af7aafa4ee2e49d233e2ff;hb=a8074fe2035d97f5178c41104dd44c839987c380;hp=6942bccaf92338bd8ef2870ed5fd7d61b49ddf61;hpb=c973096a041ffecf4f1588f38f43f177b3b97ce1;p=clsql.git diff --git a/doc/Makefile b/doc/Makefile index 6942bcc..85a9f02 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -5,11 +5,11 @@ # Programer: Kevin M. Rosenberg # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile,v 1.6 2002/04/23 21:25:51 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.7 2002/04/23 21:32:25 kevin Exp $ # -# This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg +# This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg # -# UFFI users are granted the rights to distribute and use this software +# CLSQL users are granted the rights to distribute and use this software # as governed by the terms of the Lisp Lesser GNU Public License # (http://opensource.franz.com/preamble.html), also known as the LLGPL. @@ -52,7 +52,7 @@ all: html pdf ps dvi dist: html pdf -CHECK=nsgmls -s -C catalog || exit 1 +CHECK=nsgmls -s -C ${CATALOG} || exit 1 check: $(CHECK) @@ -61,13 +61,13 @@ html: html/book1.htm html/book1.htm: ${DOCFILES} $(CHECK) - ( rm -rf html ; mkdir html; cd html ; jade -t sgml -c ../catalog -d ${DSSSL_HTML} ../${DOCFILE}; cd ..) + ( rm -rf html ; mkdir html; cd html ; jade -t sgml -c ../${CATALOG} -d ${DSSSL_HTML} ../${DOCFILE}; cd ..) tex: ${TEXFILE} ${TEXFILE}: ${DOCFILES} $(CHECK) - @jade -t tex -c catalog -d ${DSSSL_PRINT} ${DOCFILE} + @jade -t tex -c ${CATALOG} -d ${DSSSL_PRINT} ${DOCFILE} pdf: ${PDFFILE}