forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7aa00d2
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
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
171 | 171 |
| |
172 | 172 |
| |
173 | 173 |
| |
174 |
| - | |
| 174 | + | |
175 | 175 |
| |
176 | 176 |
| |
177 | 177 |
| |
|
0 commit comments
Comments
(0)