From: Bruce Momjian Date: Sat, 6 Mar 2004 02:52:46 +0000 (+0000) Subject: Use lynx -stdin and regenerate HISTORY X-Git-Tag: REL8_0_0BETA1~1056 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=565b4f2de57a552ed8db2eb328e89074462f468e;p=postgresql Use lynx -stdin and regenerate HISTORY --- diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile index e7f4e65c04..65e7447377 100644 --- a/doc/src/sgml/Makefile +++ b/doc/src/sgml/Makefile @@ -2,7 +2,7 @@ # # PostgreSQL documentation makefile # -# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.68 2004/03/05 19:50:55 momjian Exp $ +# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.69 2004/03/06 02:52:46 momjian Exp $ # #---------------------------------------------------------------------------- @@ -180,7 +180,7 @@ JADE.text = $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d stylesheet.dsl -i LYNX = lynx INSTALL HISTORY regress_README: % : %.html - $(PERL) -p -e 's/$@ + $(PERL) -p -e 's/$@ INSTALL.html: standalone-install.sgml installation.sgml version.sgml $(JADE.text) -V nochunks standalone-install.sgml installation.sgml >$@