forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc08b65b
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
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
177 | 177 |
| |
178 | 178 |
| |
179 | 179 |
| |
180 |
| - | |
| 180 | + | |
181 | 181 |
| |
182 | 182 |
| |
183 | 183 |
| |
|
0 commit comments
Comments
(0)