diff options
| author | Simeon Simeonov | 2018-02-26 11:23:00 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2018-02-26 11:23:00 +0100 |
| commit | 0b3cbf57875fd692e4ba0b336fefa4bee1ed00dc (patch) | |
| tree | af916a30553c78ce9d4f2d8658656a175c5b6921 /manual/ja/Makefile.am | |
Initial commit for sylpheed 3.7.0
Diffstat (limited to 'manual/ja/Makefile.am')
| -rw-r--r-- | manual/ja/Makefile.am | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/manual/ja/Makefile.am b/manual/ja/Makefile.am new file mode 100644 index 0000000..e910a1f --- /dev/null +++ b/manual/ja/Makefile.am | |||
| @@ -0,0 +1,43 @@ | |||
| 1 | manualdatadir = $(manualdir)/ja | ||
| 2 | |||
| 3 | manualdata_DATA = \ | ||
| 4 | sylpheed-1.html \ | ||
| 5 | sylpheed-10.html \ | ||
| 6 | sylpheed-11.html \ | ||
| 7 | sylpheed-12.html \ | ||
| 8 | sylpheed-13.html \ | ||
| 9 | sylpheed-14.html \ | ||
| 10 | sylpheed-15.html \ | ||
| 11 | sylpheed-16.html \ | ||
| 12 | sylpheed-17.html \ | ||
| 13 | sylpheed-18.html \ | ||
| 14 | sylpheed-19.html \ | ||
| 15 | sylpheed-20.html \ | ||
| 16 | sylpheed-21.html \ | ||
| 17 | sylpheed-22.html \ | ||
| 18 | sylpheed-23.html \ | ||
| 19 | sylpheed-24.html \ | ||
| 20 | sylpheed-25.html \ | ||
| 21 | sylpheed-26.html \ | ||
| 22 | sylpheed-27.html \ | ||
| 23 | sylpheed-2.html \ | ||
| 24 | sylpheed-3.html \ | ||
| 25 | sylpheed-4.html \ | ||
| 26 | sylpheed-5.html \ | ||
| 27 | sylpheed-6.html \ | ||
| 28 | sylpheed-7.html \ | ||
| 29 | sylpheed-8.html \ | ||
| 30 | sylpheed-9.html \ | ||
| 31 | sylpheed.html | ||
| 32 | |||
| 33 | # generated by `ls -1 | grep -v Makefile | sed -e 's/\(.*\)/ \1 /'` | ||
| 34 | |||
| 35 | EXTRA_DIST = $(manualdata_DATA) \ | ||
| 36 | sylpheed.sgml \ | ||
| 37 | header.txt | ||
| 38 | |||
| 39 | update-html: | ||
| 40 | sgml2html --language=ja --charset=nippon --header=header.txt sylpheed.sgml | ||
| 41 | for i in *.html; do \ | ||
| 42 | iconv -f EUC-JP -t UTF-8 $$i > $$i.tmp && mv $$i.tmp $$i; \ | ||
| 43 | done | ||
