Remove lynx -stdin flag for postgres.text.

This commit is contained in:
Bruce Momjian 2010-06-12 17:17:25 +00:00
parent 1dc7c796c9
commit 4c7d48bffb

View File

@ -2,7 +2,7 @@
# #
# PostgreSQL documentation makefile # 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 # single-page text
postgres.txt: postgres.html postgres.txt: postgres.html
$(LYNX) -force_html -dump -nolist -stdin $< > $@ $(LYNX) -force_html -dump -nolist $< > $@
HTML.index: postgres.sgml $(ALMOSTALLSGML) stylesheet.dsl HTML.index: postgres.sgml $(ALMOSTALLSGML) stylesheet.dsl
@$(MKDIR_P) html @$(MKDIR_P) html