Commit 4c7d48bf authored by Bruce Momjian's avatar Bruce Momjian

Remove lynx -stdin flag for postgres.text.

parent 1dc7c796
...@@ -2,7 +2,7 @@ ...@@ -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 ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment