Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit99fdb4a

Browse files
committed
Add SGML Makefile rule for single-page text, postgres.txt.
1 parent7d7780f commit99fdb4a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎doc/src/sgml/Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
108108
postgres.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+
111115
HTML.index: postgres.sgml$(ALMOSTALLSGML) stylesheet.dsl
112116
@$(MKDIR_P) html
113117
$(JADE.html.call) -V html-index$<

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp