diff options
author | William Jon McCann <mccann@jhu.edu> | 2007-03-13 10:05:31 -0400 |
---|---|---|
committer | William Jon McCann <mccann@jhu.edu> | 2007-03-13 10:05:31 -0400 |
commit | 1e7af7e9c648fb461e0d36d037d2920519159525 (patch) | |
tree | e5dee9a4ace764ae2f7423da8245492fa43f8291 /doc/Makefile.am | |
parent | 8b42a4928a0a266c3b3ae6bb13997764bc7f6405 (diff) |
convert to utf8 and xhtml output
Seems to fix some problems with invalid characters showing up.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index a291f01..6f90298 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -14,7 +14,7 @@ htmldocdir = $(DOCDIR)/spec htmldoc_DATA = ConsoleKit.html ConsoleKit.html : $(SPEC_XML_FILES) - $(XMLTO) html-nochunks -m config.xsl ConsoleKit.xml + $(XMLTO) xhtml-nochunks -m config.xsl ConsoleKit.xml endif # DOCBOOK_DOCS_ENABLED |