git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7d7780f)
Add SGML Makefile rule for single-page text, postgres.txt.
2010年6月12日 15:58:38 +0000 (15:58 +0000)
2010年6月12日 15:58:38 +0000 (15:58 +0000)

diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile
index 1a5e83e64d915fd0b6f2e682fdddbe6f62f82363..80a7baae613b0884aafbc58aabfb55438c63050a 100644 (file)
--- a/doc/src/sgml/Makefile
+++ b/doc/src/sgml/Makefile
@@ -2,7 +2,7 @@
#
# PostgreSQL documentation makefile
#
-# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.145 2010年06月12日 15:42:44 momjian Exp $
+# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.146 2010年06月12日 15:58:38 momjian Exp $
#
#----------------------------------------------------------------------------
@@ -108,6 +108,10 @@ html-stamp: postgres.sgml $(ALLSGML) stylesheet.dsl
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 $<
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /