aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--manual/en/Makefile.am3
-rw-r--r--manual/ja/Makefile.am6
3 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index fe6552dc..2b559543 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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