update Makefile
This commit is contained in:
4
Makefile
4
Makefile
@@ -12,10 +12,10 @@ $(foreach dir, $(filter-out configure,$(DIRS)),$(eval $(call DIR_template,$(dir)
|
||||
|
||||
iocBoot_DEPEND_DIRS += $(filter %App,$(DIRS))
|
||||
|
||||
UNINSTALL_DIRS += $(TOP)/python
|
||||
|
||||
include $(TOP)/configure/RULES_TOP
|
||||
|
||||
UNINSTALL_DIRS += $(wildcard $(INSTALL_LOCATION)/python*)
|
||||
|
||||
#useful targets includ: doc-html and doc-clean
|
||||
doc-%:
|
||||
PYTHONPATH=$$PWD/python $(MAKE) -C documentation $*
|
||||
|
||||
Reference in New Issue
Block a user