From c86104fa7a18ef14551249901ef9ade96ae46998 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Tue, 17 Feb 2009 02:10:26 +0000 Subject: Output the hacker's guide (HTML version) as XHTML 1.0, not HTML 4.0. --- doc/hackersguide/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.3