We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentbc11dd6 commit5292637Copy full SHA for 5292637
doc/src/sgml/Makefile
@@ -8,7 +8,7 @@
8
#
9
10
# IDENTIFICATION
11
-# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.20 2000/09/12 05:36:06 thomas Exp $
+# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.21 2000/10/05 16:57:23 petere Exp $
12
13
#----------------------------------------------------------------------------
14
@@ -27,9 +27,12 @@ top_builddir = ../../..
27
#HSTYLE=/usr/lib/sgml/stylesheets/nwalsh-modular/html
28
#PSTYLE=/usr/lib/sgml/stylesheets/nwalsh-modular/print
29
# This is where the production stylesheets appear on postgresql.org
30
-
+ifndefHSTYLE
31
HSTYLE= /home/projects/pgsql/developers/thomas/db143.d/docbook/html
32
+endif
33
+ifndefPSTYLE
34
PSTYLE= /home/projects/pgsql/developers/thomas/db143.d/docbook/print
35
36
37
HDSL=$(HSTYLE)/docbook.dsl
38
PDSL=$(PSTYLE)/docbook.dsl