summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c16a5ba..0ed6bd3 100644
--- a/Makefile
+++ b/Makefile
@@ -166,7 +166,8 @@ endif
$(MAKE) distclean && $(RM) Makefile
##
$(MAKE) -C "$@" docs
- cd "$@" && $(RM) -rf "devel" && $(RM) -f doc/mkfuncdocs.py doc/mkqhcp.py
+ cd "$@" && $(RM) -rf "devel"
+ # && $(RM) -f doc/mkfuncdocs.py doc/mkqhcp.py
${FIX_PERMISSIONS} "$@"
run_in_place = $(OCTAVE) --eval ' pkg ("local_list", "$(package_list)"); ' \