From 9db6e8cdbeaa3826f77d552499d60f7c5dacc3e9 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 25 Feb 2009 20:02:53 -0400 Subject: [PATCH] Added rm -fr test/python to distclean-local hook --- Makefile.am | 1 + 1 file changed, 1 insertion(+) 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'`