File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 22#
33# PostgreSQL documentation makefile
44#
5- # $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.145 2010/06/12 15:42:44 momjian Exp $
5+ # $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.146 2010/06/12 15:58:38 momjian Exp $
66#
77# ----------------------------------------------------------------------------
88
@@ -108,6 +108,10 @@ html-stamp: postgres.sgml $(ALLSGML) stylesheet.dsl
108108postgres.html : postgres.sgml $(ALLSGML ) stylesheet.dsl
109109 $(JADE.html.call ) -V nochunks -V rootchunk -V ' (define %root-filename% #f)' -V ' (define use-output-dir #f)' -i include-index $<
110110
111+ # single-page text
112+ postgres.txt : postgres.html
113+ $(LYNX ) -force_html -dump -nolist -stdin $< > $@
114+
111115HTML.index : postgres.sgml $(ALMOSTALLSGML ) stylesheet.dsl
112116 @$(MKDIR_P ) html
113117 $(JADE.html.call ) -V html-index $<
You can’t perform that action at this time.
0 commit comments