From b2411771e7eb8ca66701baaebdf70c99a9e746cf Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 10 Dec 2002 19:44:10 +0000 Subject: [PATCH] r3599: *** empty log message *** --- doc/.cvsignore | 14 +++++++------- doc/Makefile | 15 +++++++++------ doc/catalog.fink | 2 ++ doc/hyperobject.sgml | 2 +- doc/intro.sgml | 11 +++++------ 5 files changed, 24 insertions(+), 20 deletions(-) create mode 100644 doc/catalog.fink diff --git a/doc/.cvsignore b/doc/.cvsignore index 6aed28e..e940cc4 100755 --- a/doc/.cvsignore +++ b/doc/.cvsignore @@ -1,8 +1,8 @@ -uffi.pdf -uffi.ps -uffi.tex -uffi.dvi -uffi.aux -uffi.log -uffi.out +hyperobject.pdf +hyperobject.ps +hyperobject.tex +hyperobject.dvi +hyperobject.aux +hyperobject.log +hyperobject.out html diff --git a/doc/Makefile b/doc/Makefile index 782ae8b..2e4a151 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -5,12 +5,13 @@ # Programer: Kevin M. Rosenberg # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile,v 1.1 2002/12/09 09:31:27 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.2 2002/12/10 19:44:10 kevin Exp $ # # This file, part of Hyperobject, is Copyright (c) 2002 by Kevin M. Rosenberg # # System variable to select catalog file -SYSTEM=debian +SYSTEM=fink +#SYSTEM=debian # SYSTEM=redhat # Nothing to configure beyond this point @@ -24,6 +25,8 @@ DSSSL_PRINT=dsssl/print/docbook.dsl DOCFILE_BASE_DEFAULT=hyperobject DOCFILE_EXT_DEFAULT=sgml +JADE=openjade + # Standard docfile processing ifndef DOCFILE_BASE @@ -51,7 +54,7 @@ dist: html pdf .PHONY: doc doc: html pdf -CHECK=nsgmls -s -C ${CATALOG} || exit 1 +CHECK=onsgmls -s -C ${CATALOG} || exit 1 .PHONY: check check: @@ -62,20 +65,20 @@ html: html.tar.gz html.tar.gz: $(DOCFILES) Makefile @$(CHECK) - @( rm -rf html ; mkdir html; cd html ; jade -t sgml -c ../${CATALOG} -d ${DSSSL_HTML} ../${DOCFILE} > /dev/null; cp book1.html index.html; cd ..; GZIP='-9' tar czf html.tar.gz html) + @( rm -rf html ; mkdir html; cd html ; $(JADE) -t sgml -c ../${CATALOG} -d ${DSSSL_HTML} ../${DOCFILE} > /dev/null; cp book1.html index.html; cd ..; GZIP='-9' tar czf html.tar.gz html) .PHONY: tex tex: ${TEXFILE} ${TEXFILE}: ${DOCFILES} @$(CHECK) - @jade -t tex -c ${CATALOG} -d ${DSSSL_PRINT} ${DOCFILE} > /dev/null + @$(JADE) -t tex -c ${CATALOG} -d ${DSSSL_PRINT} ${DOCFILE} > /dev/null .PHONY: pdf pdf: ${PDFFILE} ${PDFFILE}: ${DOCFILES} - @jade -t tex -c ${CATALOG} -d ${DSSSL_PRINT} ${DOCFILE} > /dev/null + @$(JADE) -t tex -c ${CATALOG} -d ${DSSSL_PRINT} ${DOCFILE} > /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 diff --git a/doc/catalog.fink b/doc/catalog.fink new file mode 100644 index 0000000..d791797 --- /dev/null +++ b/doc/catalog.fink @@ -0,0 +1,2 @@ +CATALOG /sw/share/sgml/catalog +DOCUMENT hyperobject.sgml diff --git a/doc/hyperobject.sgml b/doc/hyperobject.sgml index 0763f7f..af60c10 100644 --- a/doc/hyperobject.sgml +++ b/doc/hyperobject.sgml @@ -22,7 +22,7 @@ - + ]> diff --git a/doc/intro.sgml b/doc/intro.sgml index 6a9e666..41642d3 100644 --- a/doc/intro.sgml +++ b/doc/intro.sgml @@ -35,13 +35,12 @@ Other require packages are: &kmrcl; from it's home. &uffi; from it's home. &clsql; from it's home. -&asdf; from it's home CCLAN package. You can download +&asdf; from it's home CCLAN package. You can download the file asdf.lisp from the CVS -tree. - +tree. - + Loading After downloading and installing &asdf;, simply @@ -51,8 +50,8 @@ the file asdf.lisp from the CVS want to load the &hyperobject; package, use the function (asdf:oos 'asdf:load-op :hyperobject). - - + + Design -- 2.34.1