diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-02-17 02:10:26 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-02-17 02:10:26 +0000 |
commit | c86104fa7a18ef14551249901ef9ade96ae46998 (patch) | |
tree | 25d02ccbd49104b9f47c6641051072f073d81731 | |
parent | 6af345d350c27d459201ed5509e93657b581753d (diff) | |
download | xine-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.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 \ |