ref: aa3c8b7a2384c5ed1db246d1a98b316c6e64b4fc
parent: 5a61c2970bd9f7d9d6f44dbe609bedf962fc9dba
author: Paul Brossier <piem@altern.org>
date: Tue Nov 30 21:16:56 EST 2004
cleaner clean
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,3 +23,6 @@
install-data-hook: install-pkgconfig
uninstall-hook: uninstall-pkgconfig
+
+distclean:
+ rm -rf autom4te.cache
--- a/Makefile.in
+++ b/Makefile.in
@@ -577,6 +577,9 @@
install-data-hook: install-pkgconfig
uninstall-hook: uninstall-pkgconfig
+
+distclean:
+ rm -rf autom4te.cache
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -44,3 +44,5 @@
clean:
rm -rf devel user examples *.1
+
+distclean: clean
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -336,11 +336,17 @@
doxygen examples.cfg
cp aubio.css examples
+man:
+ docbook-to-man aubionotes.sgml > aubionotes.1
+ docbook-to-man aubioonset.sgml > aubioonset.1
+
# Update docs for distribution
#dist-hook:
clean:
- rm -rf devel user examples
+ rm -rf devel user examples *.1
+
+distclean: clean
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: