From 03ec379717e3a36c0a2920c3f48e4e666239ec80 Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Mon, 4 May 2009 21:16:43 +0000 Subject: [PATCH] add path to docs --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index f3e6b76..860e0bd 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -31,7 +31,7 @@ MONITOR_SOURCES = ../web/MonitorWeb/monitorweb/monitor_xmlrpc.py # path needs to mention PLCAPI/doc (for DocBook) and PLCAPI/ (for PLC.Parameter) Methods.xml: DocBookLocal.py $(MONITOR_SOURCES) - PYTHONPATH=..:../../PLCAPI:../../PLCAPI/doc ./DocBookLocal.py > $@ + PYTHONPATH=..:../../PLCAPI:../../PLCAPI/doc:../web/MonitorWeb/monitorweb ./DocBookLocal.py > $@ # # Documentation -- 2.43.0