X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2FMakefile;h=3b6f58495c793a0a2bd6dbe4e9192ec6269730a9;hb=f8478421f5a0440246f70aa4234ff25f416be7e3;hp=6942bccaf92338bd8ef2870ed5fd7d61b49ddf61;hpb=c973096a041ffecf4f1588f38f43f177b3b97ce1;p=clsql.git diff --git a/doc/Makefile b/doc/Makefile index 6942bcc..3b6f584 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.8 2002/04/27 20:58:11 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} @@ -95,7 +95,7 @@ clean: @rm -f ${PSFILE} ${PDFFILE} ${DVIFILE} ${TEXFILE} @rm -f ${TMPFILES} -realclean: clean - @rm -f *~ +distclean: clean + @rm -f *~ .#* *.bak *.orig