This commit is contained in:
Michael Davidsaver
2013-12-10 22:44:39 -05:00
parent 8a575f183e
commit 22f8ee62e3
4 changed files with 17 additions and 10 deletions

View File

@ -18,4 +18,4 @@ UNINSTALL_DIRS += $(wildcard $(INSTALL_LOCATION)/python*)
#useful targets includ: doc-html and doc-clean
doc-%:
PYTHONPATH=$$PWD/python $(MAKE) -C documentation $*
PYTHONPATH=$$PWD/python$(PY_VER)/$(EPICS_HOST_ARCH) $(MAKE) -C documentation $*