From 4c7d48bffb3765a2b0f1735c9deb319a1091c173 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 12 Jun 2010 17:17:25 +0000 Subject: [PATCH] Remove lynx -stdin flag for postgres.text. --- doc/src/sgml/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile index 80a7baae61..efd25d22b1 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 -- 2.11.0