diff options
author | Bruce Momjian <bruce@momjian.us> | 2010-06-12 17:17:25 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2010-06-12 17:17:25 +0000 |
commit | 4c7d48bffb3765a2b0f1735c9deb319a1091c173 (patch) | |
tree | 778633719581c44cdf14c660a6b951bbd5dd57db /doc/src | |
parent | 1dc7c796c982f97fa93ddba530db3b15f1fba676 (diff) | |
download | postgresql-4c7d48bffb3765a2b0f1735c9deb319a1091c173.tar.gz postgresql-4c7d48bffb3765a2b0f1735c9deb319a1091c173.zip |
Remove lynx -stdin flag for postgres.text.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |