Index: doc/src/sgml/Makefile
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/Makefile,v
retrieving revision 1.145
diff -c -c -r1.145 Makefile
*** doc/src/sgml/Makefile	12 Jun 2010 15:42:44 -0000	1.145
--- doc/src/sgml/Makefile	12 Jun 2010 15:57:31 -0000
***************
*** 108,113 ****
--- 108,117 ----
  postgres.html: postgres.sgml $(ALLSGML) stylesheet.dsl
  	$(JADE.html.call) -V nochunks -V rootchunk -V '(define %root-filename% #f)' -V '(define use-output-dir #f)' -i include-index $<
  
+ # single-page text
+ postgres.txt: postgres.html
+ 	$(LYNX) -force_html -dump -nolist -stdin $< > $@
+ 
  HTML.index: postgres.sgml $(ALMOSTALLSGML) stylesheet.dsl
  	@$(MKDIR_P) html
  	$(JADE.html.call) -V html-index $<
