r1792: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 23 Apr 2002 21:31:51 +0000 (21:31 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 23 Apr 2002 21:31:51 +0000 (21:31 +0000)
doc/Makefile
doc/catalog [deleted file]
doc/catalog.debian [new file with mode: 0644]
doc/catalog.redhat [new file with mode: 0644]

index 0ea0a996996b61dae737572fa2f092f9d94eb29f..6942bccaf92338bd8ef2870ed5fd7d61b49ddf61 100644 (file)
@@ -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
 #
 # 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
 
diff --git a/doc/catalog b/doc/catalog
deleted file mode 100644 (file)
index 5bf6501..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-CATALOG sgml-docbook-4.1.cat
-DOCUMENT clsql.sgml
diff --git a/doc/catalog.debian b/doc/catalog.debian
new file mode 100644 (file)
index 0000000..404a9ef
--- /dev/null
@@ -0,0 +1,4 @@
+CATALOG /etc/sgml/docbook.cat  
+CATALOG /etc/sgml/docbook-dsssl.cat  
+CATALOG /etc/sgml/openjade.cat  
+DOCUMENT clsql.sgml
diff --git a/doc/catalog.redhat b/doc/catalog.redhat
new file mode 100644 (file)
index 0000000..5bf6501
--- /dev/null
@@ -0,0 +1,2 @@
+CATALOG sgml-docbook-4.1.cat
+DOCUMENT clsql.sgml