From ce8ea3b5744c1959e5bab42239a273a6694a6038 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 2 Jul 2010 10:54:58 +0000 Subject: [PATCH] uses lowercase module names - needs the fix in myplc-docs.spec --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.0