diff options
-rw-r--r-- | doc/faq/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/faq/Makefile.am b/doc/faq/Makefile.am index 782f618c1..cbaceb68e 100644 --- a/doc/faq/Makefile.am +++ b/doc/faq/Makefile.am @@ -23,7 +23,7 @@ distclean-local: clean-docs if HAVE_XMLTO faq.html: faq.docbook - xmlto html-nochunks $^ + xmlto xhtml-nochunks $^ faq.txt: faq.docbook xmlto txt $^ |