Added rm -fr test/python to distclean-local hook
This commit is contained in:
parent
7e43b93782
commit
9db6e8cdbe
1 changed files with 1 additions and 0 deletions
|
|
@ -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'`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue