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

Commit7aa00d2

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 parentfa86238 commit7aa00d2

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
@@ -171,7 +171,7 @@ postgres.pdf:
171171
epub: postgres.epub
172172
postgres.epub: postgres.sgml$(ALLSGML)
173173
$(XMLLINT) --noout --valid$<
174-
$(DBTOEPUB)$<
174+
$(DBTOEPUB)-o$@$<
175175

176176

177177
##

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp