be installed if dselect is not to be built.
+2006-02-17 Guillem Jover <guillem@debian.org>
+
+ * 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 <guillem@debian.org>
* configure.ac: Require gettext 0.14.5.
utils \
scripts \
po \
- methods \
origins \
man
dpkg-deb/Makefile
dpkg-split/Makefile
dselect/Makefile
+ dselect/methods/Makefile
getopt/Makefile
intl/Makefile
lib/Makefile
man/pt_BR/Makefile
man/ru/Makefile
man/sv/Makefile
- methods/Makefile
origins/Makefile
po/Makefile.in
scripts/Makefile
[ 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 <guillem@debian.org> Fri, 17 Feb 2006 03:52:59 +0200
## Process this file with automake to produce Makefile.in
+SUBDIRS = methods
+
localedir = $(datadir)/locale
INCLUDES = \
-DLOCALEDIR=\"$(localedir)\" -I$(top_srcdir)/intl \