summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-25 20:02:53 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-25 20:02:53 -0400
commit9db6e8cdbeaa3826f77d552499d60f7c5dacc3e9 (patch)
treed9c274fc78c81de545e5825b0911e2c0b4c6894f /Makefile.am
parent7e43b937825f3cc3572b09aeffa5b345f11f7aee (diff)
downloadfork-ledger-9db6e8cdbeaa3826f77d552499d60f7c5dacc3e9.tar.gz
fork-ledger-9db6e8cdbeaa3826f77d552499d60f7c5dacc3e9.tar.bz2
fork-ledger-9db6e8cdbeaa3826f77d552499d60f7c5dacc3e9.zip
Added rm -fr test/python to distclean-local hook
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 6748e4a2..45181855 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -410,6 +410,7 @@ dist-hook:
distclean-local:
rm -fr doc/html doc/latex
rm -f doc/refman.pdf
+ rm -f test/python
ESC_top_builddir=`cd $(top_builddir); pwd | sed 's/\//\\\\\//g'`