cleaner clean
authorPaul Brossier <piem@altern.org>
Wed, 1 Dec 2004 02:16:56 +0000 (02:16 +0000)
committerPaul Brossier <piem@altern.org>
Wed, 1 Dec 2004 02:16:56 +0000 (02:16 +0000)
Makefile.am
Makefile.in
doc/Makefile.am
doc/Makefile.in

index ef93961..c9e9e01 100644 (file)
@@ -23,3 +23,6 @@ uninstall-pkgconfig:
 
 install-data-hook: install-pkgconfig
 uninstall-hook: uninstall-pkgconfig
+
+distclean:
+       rm -rf autom4te.cache
index de27cc2..b1fbb72 100644 (file)
@@ -577,6 +577,9 @@ uninstall-pkgconfig:
 
 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:
index 6c682f1..d6270fc 100644 (file)
@@ -44,3 +44,5 @@ man:
 
 clean:
        rm -rf devel user examples *.1
+
+distclean: clean
index 80ed6f9..fb8ed24 100644 (file)
@@ -336,11 +336,17 @@ doc-examples:
        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: