[Aptitude-svn-commit] r4419 - branches/aptitude-0.3/aptitude

Daniel Burrows dburrows at costa.debian.org
Sat Oct 1 18:53:41 UTC 2005


Author: dburrows
Date: Sat Oct  1 18:53:38 2005
New Revision: 4419

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
   branches/aptitude-0.3/aptitude/Makefile.am
Log:
Use $(wildcard) for the top-level help files too, so VPATH works.

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Sat Oct  1 18:53:38 2005
@@ -1,5 +1,10 @@
 2005-10-01  Daniel Burrows  <dburrows at debian.org>
 
+	* Makefile.am:
+
+	  Use $(wildcard) for some wildcarded filenames so that VPATH
+	  builds work.
+
 	* doc/fi/Makefile.am, doc/fr/Makefile.am:
 
 	  Fix up some more documentation Makefiles that I missed

Modified: branches/aptitude-0.3/aptitude/Makefile.am
==============================================================================
--- branches/aptitude-0.3/aptitude/Makefile.am	(original)
+++ branches/aptitude-0.3/aptitude/Makefile.am	Sat Oct  1 18:53:38 2005
@@ -10,8 +10,8 @@
 
 MANPAGE_LOCALES=fr gl it pl
 
-TLMANPAGES = aptitude.??.8
-TLHELPTXTS = help.txt help-??.txt help-??_??.txt
+TLMANPAGES = $(wildcard aptitude.??.8)
+TLHELPTXTS = help.txt $(wildcard help-??.txt) $(wildcard help-??_??.txt)
 EXTRA_DIST = config.rpath  FAQ README.i18n README.SMART-POINTERS aptitude-hackers-guide.txt aclocal.m4 \
 	function_groups function_pkgs aptitude-defaults .todo \
 	$(TLMANPAGES) $(TLHELPTXTS)



More information about the Aptitude-svn-commit mailing list