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

Commitc08b65b

Browse files
committed
Fix dbtoepub output file name
In previous releases, the input file of dbtoepub was postgres.xml, anddbtoepub knows to derive the output file name postgres.epub from thatautomatically. But now the intput file is postgres.sgml (sincepostgres.sgml is itself an XML file and we no longer need theintermediate postgres.xml file), but dbtoepub doesn't know how to dealwith the .sgml suffix, so the automatically derived output file namebecomes postgres.sgml.epub. Fix by adding an explicit -o option.
1 parente22bfe9 commitc08b65b

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
@@ -177,7 +177,7 @@ postgres.pdf:
177177
epub: postgres.epub
178178
postgres.epub: postgres.sgml$(ALLSGML)
179179
$(XMLLINT) --noout --valid$<
180-
$(DBTOEPUB)$<
180+
$(DBTOEPUB)-o$@$<
181181

182182

183183
##

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp