X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2FMakefile;h=6942bccaf92338bd8ef2870ed5fd7d61b49ddf61;hb=c973096a041ffecf4f1588f38f43f177b3b97ce1;hp=0ea0a996996b61dae737572fa2f092f9d94eb29f;hpb=0fe44ce81f47c779d9695c9211668b4780bf4216;p=clsql.git diff --git a/doc/Makefile b/doc/Makefile index 0ea0a99..6942bcc 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.5 2002/04/07 09:24:22 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.6 2002/04/23 21:25:51 kevin Exp $ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -13,27 +13,18 @@ # as governed by the terms of the Lisp Lesser GNU Public License # (http://opensource.franz.com/preamble.html), also known as the LLGPL. +# System variable to select catalog file +SYSTEM=debian +# SYSTEM=redhat +# Nothing to configure beyond this point -# Set to DSSSL -# For RedHat 6.x -#DSSSL_HTML=/usr/lib/sgml/stylesheets/nwalsh-modular/html/docbook.dsl -#DSSL_PRINT=/usr/lib/sgml/stylesheets/nwalsh-modular/print/docbook.dsl - -# For RedHat 7.2 -DSSSL_HTML=/usr/share/sgml/docbook/dsssl-stylesheets-1.64/html/docbook.dsl -DSSSL_PRINT=/usr/share/sgml/docbook/dsssl-stylesheets-1.64/print/docbook.dsl - -# Latest version -DSSSL_HTML=/usr/share/sgml/docbook/dsssl-stylesheets-1.76/html/docbook.dsl -DSSSL_PRINT=/usr/share/sgml/docbook/dsssl-stylesheets-1.76/print/docbook.dsl +CATALOG=catalog.$(SYSTEM) -# Custom version +# Custom DSSSL's DSSSL_HTML=../dsssl/html/docbook.dsl DSSSL_PRINT=dsssl/print/docbook.dsl -# Nothing to configure beyond this point - DOCFILE_BASE_DEFAULT=clsql DOCFILE_EXT_DEFAULT=sgml