diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-25 20:02:53 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-25 20:02:53 -0400 |
commit | 9db6e8cdbeaa3826f77d552499d60f7c5dacc3e9 (patch) | |
tree | d9c274fc78c81de545e5825b0911e2c0b4c6894f /Makefile.am | |
parent | 7e43b937825f3cc3572b09aeffa5b345f11f7aee (diff) | |
download | fork-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.am | 1 |
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'` |