File tree 1 file changed +5
-1
lines changed 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 2
2
#
3
3
# PostgreSQL documentation makefile
4
4
#
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 $
6
6
#
7
7
# ----------------------------------------------------------------------------
8
8
@@ -108,6 +108,10 @@ html-stamp: postgres.sgml $(ALLSGML) stylesheet.dsl
108
108
postgres.html : postgres.sgml $(ALLSGML ) stylesheet.dsl
109
109
$(JADE.html.call ) -V nochunks -V rootchunk -V ' (define %root-filename% #f)' -V ' (define use-output-dir #f)' -i include-index $<
110
110
111
+ # single-page text
112
+ postgres.txt : postgres.html
113
+ $(LYNX ) -force_html -dump -nolist -stdin $< > $@
114
+
111
115
HTML.index : postgres.sgml $(ALMOSTALLSGML ) stylesheet.dsl
112
116
@$(MKDIR_P ) html
113
117
$(JADE.html.call ) -V html-index $<
You can’t perform that action at this time.
0 commit comments