[Aptitude-svn-commit] r4423 - in branches/aptitude-0.3/aptitude: .
doc/en doc/fi doc/fr
Daniel Burrows
dburrows at costa.debian.org
Sat Oct 1 19:25:47 UTC 2005
Author: dburrows
Date: Sat Oct 1 19:25:44 2005
New Revision: 4423
Modified:
branches/aptitude-0.3/aptitude/ChangeLog
branches/aptitude-0.3/aptitude/doc/en/Makefile.am
branches/aptitude-0.3/aptitude/doc/fi/Makefile.am
branches/aptitude-0.3/aptitude/doc/fr/Makefile.am
Log:
Don't look in $(srcdir) for generated READMEs when installing.
Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog (original)
+++ branches/aptitude-0.3/aptitude/ChangeLog Sat Oct 1 19:25:44 2005
@@ -1,5 +1,9 @@
2005-10-01 Daniel Burrows <dburrows at debian.org>
+ * doc/en/Makefile.am, doc/fi/Makefile.am, doc/fr/Makefile.am:
+
+ Also pick up README from '.', not $(srcdir).
+
* doc/cs/Makefile.am, doc/de/Makefile.am, doc/en/Makefile.am, doc/fi/Makefile.am, doc/fr/Makefile.am:
Whoops, there is no $(builddir) -- it's just '.' in rules.
Modified: branches/aptitude-0.3/aptitude/doc/en/Makefile.am
==============================================================================
--- branches/aptitude-0.3/aptitude/doc/en/Makefile.am (original)
+++ branches/aptitude-0.3/aptitude/doc/en/Makefile.am Sat Oct 1 19:25:44 2005
@@ -27,7 +27,7 @@
$(INSTALL_DATA) output-html/images/* $(DESTDIR)$(docdir)/html/en/images
# I hate automake
- $(INSTALL_DATA) $(srcdir)/README.en $(DESTDIR)$(pkgdatadir)/README
+ $(INSTALL_DATA) README.en $(DESTDIR)$(pkgdatadir)/README
doc-stamp: doc-html-stamp doc-css-stamp $(README) aptitude.8
touch doc-stamp
Modified: branches/aptitude-0.3/aptitude/doc/fi/Makefile.am
==============================================================================
--- branches/aptitude-0.3/aptitude/doc/fi/Makefile.am (original)
+++ branches/aptitude-0.3/aptitude/doc/fi/Makefile.am Sat Oct 1 19:25:44 2005
@@ -33,7 +33,7 @@
$(INSTALL_DATA) output-html/images/* $(DESTDIR)$(docdir)/html/$(LANGCODE)/images
# I hate automake
- $(INSTALL_DATA) $(srcdir)/README.$(LANGCODE) $(DESTDIR)$(pkgdatadir)/README.$(LANGCODE)
+ $(INSTALL_DATA) README.$(LANGCODE) $(DESTDIR)$(pkgdatadir)/README.$(LANGCODE)
doc-stamp: doc-html-stamp doc-css-stamp $(README) $(MANPAGE)
touch doc-stamp
Modified: branches/aptitude-0.3/aptitude/doc/fr/Makefile.am
==============================================================================
--- branches/aptitude-0.3/aptitude/doc/fr/Makefile.am (original)
+++ branches/aptitude-0.3/aptitude/doc/fr/Makefile.am Sat Oct 1 19:25:44 2005
@@ -29,7 +29,7 @@
$(INSTALL_DATA) output-html/images/* $(DESTDIR)$(docdir)/html/$(LANGCODE)/images
# I hate automake
- $(INSTALL_DATA) $(srcdir)/README.$(LANGCODE) $(DESTDIR)$(pkgdatadir)/README.$(LANGCODE)
+ $(INSTALL_DATA) README.$(LANGCODE) $(DESTDIR)$(pkgdatadir)/README.$(LANGCODE)
doc-stamp: doc-html-stamp doc-css-stamp $(README) $(MANPAGE)
touch doc-stamp
More information about the Aptitude-svn-commit
mailing list