From: Bruce Momjian Date: Sat, 12 Jun 2010 17:17:25 +0000 (+0000) Subject: Remove lynx -stdin flag for postgres.text. X-Git-Tag: REL9_0_BETA3~125 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=4c7d48bffb3765a2b0f1735c9deb319a1091c173;p=postgresql.git Remove lynx -stdin flag for postgres.text. --- diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile index 80a7baae613..efd25d22b12 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.146 2010/06/12 15:58:38 momjian Exp $ +# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.147 2010/06/12 17:17:25 momjian Exp $ # #---------------------------------------------------------------------------- @@ -110,7 +110,7 @@ postgres.html: postgres.sgml $(ALLSGML) stylesheet.dsl # single-page text postgres.txt: postgres.html - $(LYNX) -force_html -dump -nolist -stdin $< > $@ + $(LYNX) -force_html -dump -nolist $< > $@ HTML.index: postgres.sgml $(ALMOSTALLSGML) stylesheet.dsl @$(MKDIR_P) html