[Aptitude-svn-commit] r4418 - in branches/aptitude-0.3/aptitude: .
doc/fi doc/fr
Daniel Burrows
dburrows at costa.debian.org
Sat Oct 1 18:23:03 UTC 2005
Author: dburrows
Date: Sat Oct 1 18:23:01 2005
New Revision: 4418
Modified:
branches/aptitude-0.3/aptitude/ChangeLog
branches/aptitude-0.3/aptitude/doc/fi/Makefile.am
branches/aptitude-0.3/aptitude/doc/fr/Makefile.am
Log:
More VPATH fixes.
Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog (original)
+++ branches/aptitude-0.3/aptitude/ChangeLog Sat Oct 1 18:23:01 2005
@@ -1,5 +1,10 @@
2005-10-01 Daniel Burrows <dburrows at debian.org>
+ * doc/fi/Makefile.am, doc/fr/Makefile.am:
+
+ Fix up some more documentation Makefiles that I missed
+ previously.
+
* doc/cs/Makefile.am, doc/de/Makefile.am, doc/en/Makefile.am, doc/fi/Makefile.am, doc/fr/Makefile.am:
Fix the documentation Makefiles to refer symbolically to the
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 18:23:01 2005
@@ -42,7 +42,7 @@
-rm -fr output-man
xsltproc -o output-man/aptitude.8 $(srcdir)/../aptitude-man.xsl $(srcdir)/aptitude.xml
mv output-man/aptitude.8 $(MANPAGE)
- ./fixman
+ $(srcdir)/fixman
$(README): aptitude.xml manpage.xml $(srcdir)/../aptitude-txt.xsl $(srcdir)/../aptitude-common.xsl $(srcdir)/../aptitude-txt.style
-rm -fr output-txt/
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 18:23:01 2005
@@ -38,7 +38,7 @@
-rm -fr output-man
xsltproc -o output-man/aptitude.8 $(srcdir)/../aptitude-man.xsl $(srcdir)/aptitude.xml
mv output-man/aptitude.8 $(MANPAGE)
- ./fixman
+ $(srcdir)/fixman
$(README): aptitude.xml manpage.xml $(srcdir)/../aptitude-txt.xsl $(srcdir)/../aptitude-common.xsl $(srcdir)/../aptitude-txt.style
-rm -fr output-txt/
More information about the Aptitude-svn-commit
mailing list