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

Commit2488ea7

Browse files
committed
Use Pandoc also for plain-text documentation output
The makefile rule for the (rarely used) plain-text output postgres.txtwas still written to use lynx, but in96b8b8b, where the INSTALL file wasswitched to pandoc, the rest of the makefile support for lynx wasremoved, so this was broken. Rewrite the rule to also use pandoc forpostgres.txt.
1 parenta63b29a commit2488ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ postgres.html: stylesheet-html-nochunk.xsl postgres.sgml $(ALLSGML)
142142

143143
# single-page text
144144
postgres.txt: postgres.html
145-
$(LYNX) -force_html -dump -nolist$<>$@
145+
$(PANDOC) -t plain -o$@$<
146146

147147

148148
##

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp