Author: guillem
Date: 2006-02-17 02:34:25 +0000 (Fri, 17 Feb 2006)
New Revision: 149
Added:
trunk/dselect/methods/
Removed:
trunk/methods/
Modified:
trunk/ChangeLog
trunk/Makefile.am
trunk/configure.ac
trunk/debian/changelog
trunk/dselect/Makefile.am
Log:
Move the methods directory to dselect/methods, so the contents will not
be installed if dselect is not to be built.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2006-02-17 02:07:58 UTC (rev 148)
+++ trunk/ChangeLog 2006-02-17 02:34:25 UTC (rev 149)
@@ -1,5 +1,13 @@
2006-02-17 Guillem Jover <[EMAIL PROTECTED]>
+ * methods/: Move directory to dselect/methods/.
+ * Makefile.am (SUBDIRS): Move methods to ...
+ * dselect/Makefile.am (SUBDIRS): ... here. New variable.
+ * configure.ac (AC_CONFIG_FILES): Rename methods/Makefile to
+ dselect/methods/Makefile.
+
+2006-02-17 Guillem Jover <[EMAIL PROTECTED]>
+
* configure.ac: Require gettext 0.14.5.
2006-02-17 Guillem Jover <[EMAIL PROTECTED]>
Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am 2006-02-17 02:07:58 UTC (rev 148)
+++ trunk/Makefile.am 2006-02-17 02:34:25 UTC (rev 149)
@@ -15,7 +15,6 @@
utils \
scripts \
po \
- methods \
origins \
man
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2006-02-17 02:07:58 UTC (rev 148)
+++ trunk/configure.ac 2006-02-17 02:34:25 UTC (rev 149)
@@ -103,6 +103,7 @@
dpkg-deb/Makefile
dpkg-split/Makefile
dselect/Makefile
+ dselect/methods/Makefile
getopt/Makefile
intl/Makefile
lib/Makefile
@@ -116,7 +117,6 @@
man/pt_BR/Makefile
man/ru/Makefile
man/sv/Makefile
- methods/Makefile
origins/Makefile
po/Makefile.in
scripts/Makefile
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2006-02-17 02:07:58 UTC (rev 148)
+++ trunk/debian/changelog 2006-02-17 02:34:25 UTC (rev 149)
@@ -3,6 +3,8 @@
[ Guillem Jover ]
* Move auxiliary autotools scripts to config/.
* Require gettext 0.14.5.
+ * Move the methods directory to dselect/methods, so the contents will not
+ be installed if dselect is not to be built.
-- Guillem Jover <[EMAIL PROTECTED]> Fri, 17 Feb 2006 03:52:59 +0200
Modified: trunk/dselect/Makefile.am
===================================================================
--- trunk/dselect/Makefile.am 2006-02-17 02:07:58 UTC (rev 148)
+++ trunk/dselect/Makefile.am 2006-02-17 02:34:25 UTC (rev 149)
@@ -1,5 +1,7 @@
## Process this file with automake to produce Makefile.in
+SUBDIRS = methods
+
localedir = $(datadir)/locale
INCLUDES = \
-DLOCALEDIR=\"$(localedir)\" -I$(top_srcdir)/intl \
Copied: trunk/dselect/methods (from rev 146, trunk/methods)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]