[Aptitude-svn-commit] r4420 - in branches/aptitude-0.3/aptitude: . src/mine

Daniel Burrows dburrows at costa.debian.org
Sat Oct 1 18:54:15 UTC 2005


Author: dburrows
Date: Sat Oct  1 18:54:12 2005
New Revision: 4420

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
   branches/aptitude-0.3/aptitude/src/mine/Makefile.am
Log:
Use $(wildcard) instead of listing all the mine help texts explicitly.

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Sat Oct  1 18:54:12 2005
@@ -1,5 +1,10 @@
 2005-10-01  Daniel Burrows  <dburrows at debian.org>
 
+	* src/mine/Makefile.am:
+
+	  Use $(wildcard) instead of listing all the help texts
+	  explicitly.
+
 	* Makefile.am:
 
 	  Use $(wildcard) for some wildcarded filenames so that VPATH

Modified: branches/aptitude-0.3/aptitude/src/mine/Makefile.am
==============================================================================
--- branches/aptitude-0.3/aptitude/src/mine/Makefile.am	(original)
+++ branches/aptitude-0.3/aptitude/src/mine/Makefile.am	Sat Oct  1 18:54:12 2005
@@ -4,7 +4,7 @@
 INCLUDES = -Wall @WERROR@ -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/intl
 DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
 LDADD = @LIBINTL@
-SWEEPERHELPTXTS = mine-help.txt mine-help-cs.txt mine-help-de.txt mine-help-fi.txt mine-help-fr.txt mine-help-it.txt
+SWEEPERHELPTXTS = mine-help.txt $(wildcard mine-help-??.txt)
 
 noinst_LIBRARIES = libcmine.a
 



More information about the Aptitude-svn-commit mailing list