From 6af345d350c27d459201ed5509e93657b581753d Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sun, 15 Feb 2009 20:22:19 +0000 Subject: Output the FAQ list (HTML version) as XHTML 1.0, not HTML 4.0. This allows direct use of the resulting document in our shiny new web site. --- doc/faq/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $^ -- cgit v1.2.3