add doc targets to top makefile

This commit is contained in:
Michael Davidsaver
2013-04-07 08:52:01 -04:00
parent c9820d264f
commit 20d03aa841

View File

@ -14,4 +14,6 @@ iocBoot_DEPEND_DIRS += $(filter %App,$(DIRS))
include $(TOP)/configure/RULES_TOP
#useful targets includ: doc-html and doc-clean
doc-%:
PYTHONPATH=$$PWD/python $(MAKE) -C documentation $*