summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am9
-rwxr-xr-xacprep4
2 files changed, 11 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 8cf0552a..198af05b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -45,3 +45,12 @@ install-exec-hook:
python setup.py install --prefix=$(DESTDIR)
endif
+
+all-clean: maintainer-clean
+ rm -fr *~ .*~ .\#* *.html *.info *.pdf *.a *.so *.o *.lo *.la \
+ *.elc *.aux *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr \
+ .gdb_history gmon.out h out TAGS ledger valexpr .deps \
+ .libs build AUTHORS ChangeLog COPYING INSTALL Makefile \
+ acconf.h acconf.h.in aclocal.m4 autom4te config.guess \
+ config.sub configure depcomp install-sh libtool ltconfig \
+ ltmain.sh missing stamp texinfo.tex Makefile.in
diff --git a/acprep b/acprep
index 5927a1b1..3c651e19 100755
--- a/acprep
+++ b/acprep
@@ -3,7 +3,7 @@
glibtoolize --automake -f -c
aclocal
autoheader
-touch AUTHORS ChangeLog
+touch AUTHORS ChangeLog COPYING
if [ "$1" = "--dist" ]; then
automake -acfi
@@ -30,4 +30,4 @@ elif [ "$1" = "--perf" ]; then
./configure CPPFLAGS="$INCDIRS" LDFLAGS="$LIBDIRS" CXXFLAGS="-g -pg"
fi
-rm AUTHORS ChangeLog
+rm AUTHORS ChangeLog COPYING