forked from ungleich-public/cdist
also always use utf-8 for html
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
1cfb6bf5a8
commit
87937ecec9
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -28,7 +28,7 @@
|
|||
|
||||
# Manpage and HTML
|
||||
A2XM="a2x -f manpage --no-xmllint -a encoding=UTF-8"
|
||||
A2XH="a2x -f xhtml --no-xmllint"
|
||||
A2XH="a2x -f xhtml --no-xmllint -a encoding=UTF-8"
|
||||
|
||||
# Developer webbase
|
||||
WEBDIR=$HOME/niconetz
|
||||
|
|
Loading…
Reference in a new issue