Added rm -fr test/python to distclean-local hook

This commit is contained in:
John Wiegley 2009-02-25 20:02:53 -04:00
parent 7e43b93782
commit 9db6e8cdbe

View file

@ -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'`