aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-11-26 19:22:40 +0000
committerBruce Momjian <bruce@momjian.us>2002-11-26 19:22:40 +0000
commitc02e607d3b2eca8d9b14e8f07c1e04ae25f94544 (patch)
treedb78a9a1677522b93a9e39d979a84f2b18065998
parent94b821f0e44d18c9f05ed86f5a63aaf28fd20588 (diff)
downloadpostgresql-c02e607d3b2eca8d9b14e8f07c1e04ae25f94544.tar.gz
postgresql-c02e607d3b2eca8d9b14e8f07c1e04ae25f94544.zip
Update build rules for /HISTORY.
-rw-r--r--doc/src/sgml/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile
index c0bb21b490b..00391ef863b 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.52.2.1 2002/11/11 20:02:07 petere Exp $
+# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.52.2.2 2002/11/26 19:22:40 momjian Exp $
#
#----------------------------------------------------------------------------
@@ -192,7 +192,7 @@ JADE.text = $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d stylesheet.dsl -i
LYNX = lynx
INSTALL HISTORY regress_README: % : %.html
- $(PERL) -p -e 's/<H(1|2)$$/<H\1 align=center/g' $< | $(LYNX) -dump -nolist -stdin >$@
+ $(PERL) -p -e 's/<H(1|2)$$/<H\1 align=center/g' $< | $(LYNX) -force_html -dump -nolist /dev/stdin >$@
INSTALL.html: standalone-install.sgml installation.sgml version.sgml
$(JADE.text) -V nochunks standalone-install.sgml installation.sgml >$@