diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2010-07-16 07:12:10 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2010-07-16 07:12:10 +0000 |
commit | 726907a5a7b41515ade214e84f3221c8605d6852 (patch) | |
tree | f7433a363e239c6ce64ae6e4129b7c04dc9bea67 | |
parent | 0c2766f7a8f49971c5fb984e0bfe4ed97977b549 (diff) |
disabled install of sylpheed.sgml.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2624 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | manual/en/Makefile.am | 3 | ||||
-rw-r--r-- | manual/ja/Makefile.am | 6 |
3 files changed, 9 insertions, 4 deletions
@@ -4,6 +4,10 @@ 2010-07-16 + * manual/*/Makefile.am: disabled install of sylpheed.sgml. + +2010-07-16 + * libsylph/utils.c libsylph/procmsg.c: removed redundant debug print. diff --git a/manual/en/Makefile.am b/manual/en/Makefile.am index d70916f9..049da00b 100644 --- a/manual/en/Makefile.am +++ b/manual/en/Makefile.am @@ -27,4 +27,5 @@ manualdata_DATA = \ # generated by `ls -1 | sed -e 's/\(.*\)/ \1 \'` -EXTRA_DIST = $(manualdata_DATA) +EXTRA_DIST = $(manualdata_DATA) \ + sylpheed.sgml diff --git a/manual/ja/Makefile.am b/manual/ja/Makefile.am index 2ac0f036..6e31831d 100644 --- a/manual/ja/Makefile.am +++ b/manual/ja/Makefile.am @@ -27,12 +27,12 @@ manualdata_DATA = \ sylpheed-7.html \ sylpheed-8.html \ sylpheed-9.html \ - sylpheed.html \ - sylpheed.sgml + sylpheed.html # generated by `ls -1 | grep -v Makefile | sed -e 's/\(.*\)/ \1 /'` -EXTRA_DIST = $(manualdata_DATA) +EXTRA_DIST = $(manualdata_DATA) \ + sylpheed.sgml update-html: sgml2html --language=ja --charset=nippon sylpheed.sgml |