diff options
-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'` |