summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2013-09-23 16:52:54 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2013-09-23 16:52:54 +0200
commit5bd5541b077445465d8f159566422f6e8cd61fe4 (patch)
tree8a5f5cddd4c5d7dacab79383629cf01965104f17
parentf372faa4a55ee7c3f123cded6108e59e6fbd24d5 (diff)
buildsys
-rw-r--r--books/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/books/Makefile.am b/books/Makefile.am
index 5a82242..ff67857 100644
--- a/books/Makefile.am
+++ b/books/Makefile.am
@@ -1,13 +1,13 @@
SUFFIXES = .xml .html .txt .asc .1
.xml.html:
- xmlto xhtml-nochunks $<
+ xmlto -o html xhtml-nochunks $<
.xml.1:
- xmlto man $<
+ xmlto -o man man $<
.xml.txt:
- xmlto txt $<
+ xmlto -o txt txt $<
.asc.html:
asciidoc $<