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

Daniel Burrows dburrows at costa.debian.org
Sat Oct 1 19:33:09 UTC 2005


Author: dburrows
Date: Sat Oct  1 19:33:06 2005
New Revision: 4425

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
   branches/aptitude-0.3/aptitude/Makefile.am
Log:
Access the non-generated manual files from $(srcdir).

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Sat Oct  1 19:33:06 2005
@@ -1,5 +1,10 @@
 2005-10-01  Daniel Burrows  <dburrows at debian.org>
 
+	* Makefile.am:
+
+	  On the other hand, the non-generated manual files really *are*
+	  in $(srcdir).
+
 	* doc/en/Makefile.am, doc/fi/Makefile.am, doc/fr/Makefile.am:
 
 	  Also pick up README from '.', not $(srcdir).

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 19:33:06 2005
@@ -27,7 +27,7 @@
 
 	for l in $(MANPAGE_LOCALES); do \
 	  $(mkinstalldirs) $(DESTDIR)$(mandir)/$$l/man8; \
-	  $(INSTALL_DATA) aptitude.$$l.8 $(DESTDIR)$(mandir)/$$l/man8/aptitude.8; \
+	  $(INSTALL_DATA) $(srcdir)/aptitude.$$l.8 $(DESTDIR)$(mandir)/$$l/man8/aptitude.8; \
 	done
 
 uninstall-local:



More information about the Aptitude-svn-commit mailing list