diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2010-10-27 13:18:50 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2010-10-27 13:18:50 +0000 |
commit | 4a662fcabd2c3914206cce3c7fb4d932fa9fcd9d (patch) | |
tree | ed235a3671b352d71d13d312819c121abb850730 /doc/adg | |
parent | 998a117d9b14ca409f157320670a7caac885255a (diff) | |
download | pam-4a662fcabd2c3914206cce3c7fb4d932fa9fcd9d.tar.gz pam-4a662fcabd2c3914206cce3c7fb4d932fa9fcd9d.tar.bz2 pam-4a662fcabd2c3914206cce3c7fb4d932fa9fcd9d.zip |
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
2010-10-27 Thorsten Kukuk <kukuk@thkukuk.de>
* doc/adg/Makefile.am: Use UTF-8 for html docu.
* doc/mwg/Makefile.am: Likewise.
* doc/sag/Makefile.am: Likewise.
kernel.org webserver is using UTF-8
Diffstat (limited to 'doc/adg')
-rw-r--r-- | doc/adg/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/adg/Makefile.am b/doc/adg/Makefile.am index 03d0c871..31bc2336 100644 --- a/doc/adg/Makefile.am +++ b/doc/adg/Makefile.am @@ -45,6 +45,7 @@ html/Linux-PAM_ADG.html: $(XMLS) $(DEP_XMLS) --stringparam section.autolabel 1 \ --stringparam section.label.includes.component.label 1 \ --stringparam toc.max.depth 3 --xinclude --nonet \ + --stringparam chunker.output.encoding UTF-8 \ http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl $< distclean-local: |