Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
create html with utf-8 encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
joergsteffens committed Sep 15, 2015
1 parent 35f8c27 commit b58ccf3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion debian/control
@@ -1,7 +1,7 @@
Source: bareos-docs
Priority: extra
Maintainer: Joerg Steffens <joerg.steffens@bareos.com>
Build-Depends: bareos-director, bareos-database-sqlite3, bareos-storage, bareos-filedaemon, bareos-bconsole, bareos-traymonitor, debhelper, ghostscript, imagemagick, pandoc, python, texlive-fonts-recommended, texlive-latex-recommended, tex4ht
Build-Depends: bareos-director, bareos-database-sqlite3, bareos-storage, bareos-filedaemon, bareos-bconsole, bareos-traymonitor, debhelper, ghostscript, imagemagick, librsvg2-bin, pandoc, python, texlive-fonts-recommended, texlive-latex-recommended, tex4ht
Standards-Version: 3.8.4
Section: doc
Vcs-Git: https://github.com/bareos/bareos-docs.git
Expand Down
4 changes: 2 additions & 2 deletions manuals/en/main/Makefile
Expand Up @@ -48,7 +48,7 @@ html: html/bareos-manual-main-reference.html

html/bareos-manual-main-reference.html: depend *.sty *.tex bareos-manual-main-reference.htlatex.cfg $(GENERATED) $(HTINDEXES) bareos-manual-main-reference.toc
mkdir -p html/
htlatex bareos-manual-main-reference "bareos-manual-main-reference.htlatex.cfg" "" -d./html/
htlatex bareos-manual-main-reference "bareos-manual-main-reference.htlatex.cfg" " -cunihtf -utf8" -d./html/
mkdir -p html/images/
mv html/*.png html/images/

Expand All @@ -59,7 +59,7 @@ html/bareos-manual-main-reference.html: depend *.sty *.tex bareos-manual-main-re
$(MAKEINDEX) $<

%.htidx:
htlatex bareos-manual-main-reference "bareos-manual-main-reference.htlatex.cfg" "" -d./html/
htlatex bareos-manual-main-reference "bareos-manual-main-reference.htlatex.cfg" " -cunihtf -utf8" -d./html/

%.4dx: %.htidx
name=`basename $< .htidx`; tex "\def\filename{{$$name}{htidx}{4dx}{htind}} \input idxmake.4ht"
Expand Down
3 changes: 1 addition & 2 deletions manuals/en/main/bareos-manual-main-reference.htlatex.cfg
@@ -1,7 +1,6 @@
\Preamble{html,index=2,info,sections+}
\Preamble{html,index=2,info,sections+,charset=utf-8}
% ,imgdir:images/
%\Preamble{html,index=2,mouseover,obj-toc,sections+}
\Configure{charset}{utf-8}
\Configure{@HEAD}{\HCode{<link href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' type='text/css' />}}
\begin{document}

Expand Down
1 change: 1 addition & 0 deletions manuals/images/Makefile
Expand Up @@ -61,6 +61,7 @@ conv/dbconfig-3-postgresql-password.eps: dbconfig-3-postgresql-password.png
$(CONVERT) dbconfig-3-postgresql-password.png conv/dbconfig-3-postgresql-password.eps

conv/duplicate-real.png: duplicate-real.svg
@$(MKDIRCONV)
$(CONVERT) duplicate-real.svg conv/duplicate-real.png

conv/%.png: %.png
Expand Down
2 changes: 1 addition & 1 deletion packaging/bareos-docs.dsc
Expand Up @@ -5,5 +5,5 @@ Architecture: all
Version: 15.2
Maintainer: Joerg Steffens <joerg.steffens@bareos.com>
Standards-Version: 3.8.4
Build-Depends: bareos-director, bareos-database-sqlite3, bareos-storage, bareos-filedaemon, bareos-bconsole, bareos-traymonitor, debhelper, dvipng, ghostscript, imagemagick, pandoc, python, texlive-fonts-recommended, texlive-latex-extra, tex4ht
Build-Depends: bareos-director, bareos-database-sqlite3, bareos-storage, bareos-filedaemon, bareos-bconsole, bareos-traymonitor, debhelper, dvipng, ghostscript, imagemagick, librsvg2-bin, pandoc, python, texlive-fonts-recommended, texlive-latex-extra, tex4ht
DEBTRANSFORM-RELEASE: unstable; urgency=low

0 comments on commit b58ccf3

Please sign in to comment.