From 20d03aa841f43b616d8703afa07a926ca383e47f Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Sun, 7 Apr 2013 08:52:01 -0400 Subject: [PATCH] add doc targets to top makefile --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f0d9ad7..0eb9545 100644 --- a/Makefile +++ b/Makefile @@ -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 $*