aboutsummaryrefslogtreecommitdiff
path: root/manual/ja/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'manual/ja/Makefile.am')
-rw-r--r--manual/ja/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/ja/Makefile.am b/manual/ja/Makefile.am
index d757962c..a7e4dd57 100644
--- a/manual/ja/Makefile.am
+++ b/manual/ja/Makefile.am
@@ -35,7 +35,7 @@ EXTRA_DIST = $(manualdata_DATA) \
sylpheed.sgml
update-html:
- sgml2html --language=ja --charset=nippon sylpheed.sgml
+ sgml2html --language=ja --charset=nippon --header=header.txt sylpheed.sgml
for i in *.html; do \
iconv -f EUC-JP -t UTF-8 $$i > $$i.tmp && mv $$i.tmp $$i; \
done