projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
518c637
)
remove useless DISTCLEANFILES = autom4te.cache
author
Paul Brossier
<piem@altern.org>
Wed, 11 Oct 2006 15:55:31 +0000
(15:55 +0000)
committer
Paul Brossier
<piem@altern.org>
Wed, 11 Oct 2006 15:55:31 +0000
(15:55 +0000)
remove useless DISTCLEANFILES = autom4te.cache
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 05e07374cb78fd1dad92af512b6ced6bc321ca6d..f132382f8a0b427f5bab639dfb8cd269350214df 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-11,7
+11,6
@@
endif
SUBDIRS = src ext examples sounds plugins $(PYTHONDIR) $(SWIGDIR) $(DOC)
EXTRA_DIST = bootstrap VERSION
-DISTCLEANFILES = autom4te.cache
docs:
cd doc && make update-docs && cd ..