aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/sgml/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile
index 8326c7c6736..2420c556815 100644
--- a/doc/src/sgml/Makefile
+++ b/doc/src/sgml/Makefile
@@ -171,7 +171,7 @@ postgres.pdf:
epub: postgres.epub
postgres.epub: postgres.sgml $(ALLSGML)
$(XMLLINT) --noout --valid $<
- $(DBTOEPUB) $<
+ $(DBTOEPUB) -o $@ $<
##