8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc7c79 commit 4c7d48bCopy full SHA for 4c7d48b
doc/src/sgml/Makefile
@@ -2,7 +2,7 @@
2
#
3
# PostgreSQL documentation makefile
4
5
-# $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 $
6
7
#----------------------------------------------------------------------------
8
@@ -110,7 +110,7 @@ postgres.html: postgres.sgml $(ALLSGML) stylesheet.dsl
110
111
# single-page text
112
postgres.txt: postgres.html
113
- $(LYNX) -force_html -dump -nolist -stdin $< > $@
+ $(LYNX) -force_html -dump -nolist $< > $@
114
115
HTML.index: postgres.sgml $(ALMOSTALLSGML) stylesheet.dsl
116
@$(MKDIR_P) html
0 commit comments