diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2014-03-07 09:00:55 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2014-03-07 09:00:55 +0000 |
commit | 03fe75c5f0d5fea821e9bd21a59eda228a12f0a5 (patch) | |
tree | 1c769697c205d77c09a447c60d1e4f5a9c4fa483 /manual/ja/Makefile.am | |
parent | a9845434579b926511c9610e1263e32ffc2ea984 (diff) |
added meta tag to Japanese manual to prevent encoding auto-detection failure with IE.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3340 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'manual/ja/Makefile.am')
-rw-r--r-- | manual/ja/Makefile.am | 2 |
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 |