update Makefile

This commit is contained in:
Michael Davidsaver
2013-12-08 15:53:57 -05:00
parent 639baab55d
commit 01331ed3f5
5 changed files with 36 additions and 17 deletions

View File

@@ -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 $*