From: Paul Brossier Date: Wed, 1 Dec 2004 02:16:56 +0000 (+0000) Subject: cleaner clean X-Git-Tag: bzr2git~950 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=aa3c8b7a2384c5ed1db246d1a98b316c6e64b4fc;p=aubio.git cleaner clean --- diff --git a/Makefile.am b/Makefile.am index ef939617..c9e9e018 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,3 +23,6 @@ uninstall-pkgconfig: install-data-hook: install-pkgconfig uninstall-hook: uninstall-pkgconfig + +distclean: + rm -rf autom4te.cache diff --git a/Makefile.in b/Makefile.in index de27cc27..b1fbb72d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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: diff --git a/doc/Makefile.am b/doc/Makefile.am index 6c682f18..d6270fc7 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -44,3 +44,5 @@ man: clean: rm -rf devel user examples *.1 + +distclean: clean diff --git a/doc/Makefile.in b/doc/Makefile.in index 80ed6f91..fb8ed248 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -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: