X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2FMakefile;h=0ea0a996996b61dae737572fa2f092f9d94eb29f;hb=0fe44ce81f47c779d9695c9211668b4780bf4216;hp=1dde3601180067663127bef87323bd5efbaae7f1;hpb=8bc79bef3406576b8d147062bf527f34cd3baa2f;p=clsql.git diff --git a/doc/Makefile b/doc/Makefile index 1dde360..0ea0a99 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.4 2002/03/26 20:51:41 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.5 2002/04/07 09:24:22 kevin Exp $ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -55,9 +55,11 @@ DVIFILE=${DOCFILE_BASE}.dvi TMPFILES=${DOCFILE_BASE}.aux ${DOCFILE_BASE}.out ${DOCFILE_BASE}.log DOCFILES=$(shell echo *.sgml) +.PHONY: all dist check html tex pdf ps clean distclean + all: html pdf ps dvi -dist-doc: html pdf +dist: html pdf CHECK=nsgmls -s -C catalog || exit 1