diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-02-15 20:22:19 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-02-15 20:22:19 +0000 |
commit | 6af345d350c27d459201ed5509e93657b581753d (patch) | |
tree | e05323684e079be3facea9056d6d7093debe8bb3 | |
parent | 1c19b8e8e3cfb32e341332b751686e86d7389569 (diff) | |
download | xine-lib-6af345d350c27d459201ed5509e93657b581753d.tar.gz xine-lib-6af345d350c27d459201ed5509e93657b581753d.tar.bz2 |
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.
-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 $^ |