aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.in4
-rw-r--r--plugin/test/Makefile.am3
-rw-r--r--plugin/test/README4
4 files changed, 14 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ec437b0e..f6475c65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-06-12
+ * plugin/test/Makefile.am: do not install automatically (added make
+ install-plugin target).
+
+2009-06-12
+
* manual/ja/sylpheed.sgml: updated for 2.7.
2009-06-10
diff --git a/configure.in b/configure.in
index c0c62a95..23ee148d 100644
--- a/configure.in
+++ b/configure.in
@@ -9,11 +9,11 @@ MINOR_VERSION=7
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=beta6
+EXTRA_VERSION=
BUILD_REVISION=0
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
-DEVEL_VERSION=yes
+DEVEL_VERSION=
dnl set $target
AC_CANONICAL_SYSTEM
diff --git a/plugin/test/Makefile.am b/plugin/test/Makefile.am
index f7ec8ef7..9c8ed965 100644
--- a/plugin/test/Makefile.am
+++ b/plugin/test/Makefile.am
@@ -16,3 +16,6 @@ test_la_LIBADD = \
$(GTK_LIBS) \
$(top_srcdir)/src/libsylpheed-plugin-0.la \
$(top_srcdir)/libsylph/libsylph-0.la
+
+install:
+install-plugin: install-am
diff --git a/plugin/test/README b/plugin/test/README
new file mode 100644
index 00000000..3ba94513
--- /dev/null
+++ b/plugin/test/README
@@ -0,0 +1,4 @@
+This is a test plugin for Sylpheed plug-in system.
+
+This plugin will not be installed by 'make install'.
+To install this test plugin, use 'make install-plugin'.