Content-Length: 255473 | pFad | http://github.com/postgrespro/postgres/commit/7aa00d2464b4e14d553e8a64adacfe9741939e14

F1 Fix dbtoepub output file name · postgrespro/postgres@7aa00d2 · GitHub
Skip to content

Commit 7aa00d2

Browse files
committed
Fix dbtoepub output file name
In previous releases, the input file of dbtoepub was postgres.xml, and dbtoepub knows to derive the output file name postgres.epub from that automatically. But now the intput file is postgres.sgml (since postgres.sgml is itself an XML file and we no longer need the intermediate postgres.xml file), but dbtoepub doesn't know how to deal with the .sgml suffix, so the automatically derived output file name becomes postgres.sgml.epub. Fix by adding an explicit -o option.
1 parent fa86238 commit 7aa00d2

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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/7aa00d2464b4e14d553e8a64adacfe9741939e14

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy