From 32d6fa3d533e70745f67e44dfc07d66769d975d6 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sat, 23 Mar 2002 09:13:50 +0000 Subject: [PATCH] r1630: *** empty log message *** --- doc/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 27e0ad1..b252b02 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.7 2002/03/23 04:00:40 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.8 2002/03/23 09:09:24 kevin Exp $ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -60,9 +60,12 @@ dist-doc: html pdf CHECK=nsgmls -s -C catalog || exit 1 -html: html/book1.htm +check: + $(CHECK) + +html: html/manual.htm -html/book1.htm: ${DOCFILE} +html/manual.htm: ${DOCFILE} $(CHECK) ( rm -rf html ; mkdir html; cd html ; jade -t sgml -c ../catalog -d ${DSSSL_HTML} ../${DOCFILE}; mv book1.htm manual.htm; cd ..) -- 2.34.1