From: Thierry Parmentelat Date: Fri, 2 Jul 2010 10:54:58 +0000 (+0000) Subject: uses lowercase module names - needs the fix in myplc-docs.spec X-Git-Tag: NodeManager-2.0-14~2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ce8ea3b5744c1959e5bab42239a273a6694a6038;p=nodemanager.git uses lowercase module names - needs the fix in myplc-docs.spec --- diff --git a/doc/Makefile b/doc/Makefile index 5d3870f..b16418c 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -31,7 +31,7 @@ NM_SOURCES = ../api_calls.py # path needs to mention PLCAPI/doc (for DocBook) and PLCAPI/ (for PLC.Parameter) Methods.xml: DocBookLocal.py $(NM_SOURCES) - PYTHONPATH=..:../../PLCAPI:../../PLCAPI/doc ./DocBookLocal.py > $@ + PYTHONPATH=..:../../plcapi:../../plcapi/doc ./DocBookLocal.py > $@ # # Documentation