summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2009-02-17 02:10:26 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2009-02-17 02:10:26 +0000
commitc86104fa7a18ef14551249901ef9ade96ae46998 (patch)
tree25d02ccbd49104b9f47c6641051072f073d81731
parent6af345d350c27d459201ed5509e93657b581753d (diff)
downloadxine-lib-c86104fa7a18ef14551249901ef9ade96ae46998.tar.gz
xine-lib-c86104fa7a18ef14551249901ef9ade96ae46998.tar.bz2
Output the hacker's guide (HTML version) as XHTML 1.0, not HTML 4.0.
-rw-r--r--doc/hackersguide/Makefile.am2
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 \