CVS: sylpheedclaws/sylpheed-claws configure.ac,1.654.2.2219,1.654.2.2220 PATCHSETS,1.1.2.2176,1.1.2.2177 ChangeLog,1.396.2.1278,1.396.2.1279
[email protected] Wed, 20 Dec 2006 14:35:39 +0000
| Newsgroups | gmane.mail.sylpheed.claws.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pack/anoncvs/sylpheedclaws/sylpheed-claws
In directory sunsite.dk:/tmp/cvs-serv13522
Modified Files:
Tag: gtk2
configure.ac PATCHSETS ChangeLog
Log Message:
2006-12-20 [wwp] 2.6.1cvs58
* configure.ac
change manual's target dir to be LFH-compliant (thanks to Colin).
Index: configure.ac
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/configure.ac,v
retrieving revision 1.654.2.2219
retrieving revision 1.654.2.2220
diff -u -d -r1.654.2.2219 -r1.654.2.2220
--- configure.ac 2006/12/20 14:25:07 1.654.2.2219
+++ configure.ac 2006/12/20 14:35:22 1.654.2.2220
@@ -11,7 +11,7 @@
MICRO_VERSION=1
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=57
+EXTRA_VERSION=58
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
@@ -171,7 +171,7 @@
AM_GNU_GETTEXT_VERSION([0.15])
AM_GNU_GETTEXT([external])
-manualdir='${datarootdir}/${PACKAGE}/manual'
+manualdir='${docdir}/manual'
AC_ARG_WITH(manualdir,
[ --with-manualdir=DIR Manual directory],
[manualdir="$withval"])
Index: PATCHSETS
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/PATCHSETS,v
retrieving revision 1.1.2.2176
retrieving revision 1.1.2.2177
diff -u -d -r1.1.2.2176 -r1.1.2.2177
--- PATCHSETS 2006/12/20 14:25:03 1.1.2.2176
+++ PATCHSETS 2006/12/20 14:35:25 1.1.2.2177
@@ -2165,3 +2165,4 @@
( cvs diff -u -r 1.18.2.19 -r 1.18.2.20 src/jpilot.c; ) > 2.6.1cvs55.patchset
( cvs diff -u -r 1.654.2.2217 -r 1.654.2.2218 configure.ac; cvs diff -u -r 1.115.2.120 -r 1.115.2.121 src/main.c; cvs diff -u -r 1.1.2.20 -r 1.1.2.21 src/plugins/bogofilter/bogofilter.c; ) > 2.6.1cvs56.patchset
( cvs diff -u -r 1.204.2.112 -r 1.204.2.113 src/prefs_common.c; cvs diff -u -r 1.1.2.29 -r 1.1.2.30 src/prefs_summaries.c; ) > 2.6.1cvs57.patchset
+( cvs diff -u -r 1.654.2.2219 -r 1.654.2.2220 configure.ac; ) > 2.6.1cvs58.patchset
Index: ChangeLog
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/ChangeLog,v
retrieving revision 1.396.2.1278
retrieving revision 1.396.2.1279
diff -u -d -r1.396.2.1278 -r1.396.2.1279
--- ChangeLog 2006/12/20 14:25:04 1.396.2.1278
+++ ChangeLog 2006/12/20 14:35:27 1.396.2.1279
@@ -1,3 +1,8 @@
+2006-12-20 [wwp] 2.6.1cvs58
+
+ * configure.ac
+ change manual's target dir to be LFH-compliant (thanks to Colin).
+
2006-12-20 [wwp] 2.6.1cvs57
* src/prefs_common.c