summaryrefslogtreecommitdiff
path: root/doc/src/sgml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/Makefile')
-rw-r--r--doc/src/sgml/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile
index ddf750c81e..503f0a5dcc 100644
--- a/doc/src/sgml/Makefile
+++ b/doc/src/sgml/Makefile
@@ -8,7 +8,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.49 2002/01/30 21:54:17 petere Exp $
+# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.49.2.1 2005/01/30 20:32:41 tgl Exp $
#
#----------------------------------------------------------------------------
@@ -40,6 +40,10 @@ ifndef SGMLSPL
SGMLSPL = sgmlspl
endif
+ifndef LYNX
+LYNX = lynx
+endif
+
CONVERT = convert
EPSTOPDF = epstopdf
@@ -190,10 +194,7 @@ $(addsuffix .fot, $(ALLBOOKS)): %.fot: %.sgml $(ALLSGML) stylesheet.dsl
JADE.text = $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) -c $(CATALOG) -d stylesheet.dsl -i output-text -t sgml
INSTALL HISTORY regress_README: % : %.html
- @echo "|";\
- echo "| You should now take '$<', save it as a text file in Netscape,";\
- echo "| and put it in place of the existing '$@' file.";\
- echo "|"
+ $(PERL) -p -e 's/<H(1|2)$$/<H\1 align=center/g' $< | $(LYNX) -force_html -dump -nolist -stdin >$@
INSTALL.html: standalone-install.sgml installation.sgml
$(JADE.text) -V nochunks $+ >$@