diff options
Diffstat (limited to 'doc/hackersguide/Makefile.am')
-rw-r--r-- | doc/hackersguide/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/hackersguide/Makefile.am b/doc/hackersguide/Makefile.am index ec12c89f9..2b65bfe90 100644 --- a/doc/hackersguide/Makefile.am +++ b/doc/hackersguide/Makefile.am @@ -39,7 +39,7 @@ distclean-local: clean-docs if HAVE_XMLTO hackersguide.html: $(hackersguide_docbook) - xmlto html-nochunks "$(srcdir)/hackersguide.docbook" + xmlto xhtml-nochunks "$(srcdir)/hackersguide.docbook" else hackersguide.html: $(hackersguide_docbook) if test x"$(fail_if_missing)" = x"yes"; then \ |