clearer names for actions, and infer actions better
[monitor.git] / docs / Makefile
index f3e6b76..8b7d000 100644 (file)
@@ -8,6 +8,10 @@
 #
 
 all: Monitor.html
+Monitor.html:
+       touch Monitor.html
+Monitor.pdf:
+       touch Monitor.pdf
 
 # XML - as opposed to SGML - requires an identifier - see 
 # http://www.docbook.org/tdg/en/html/appb.html
@@ -31,7 +35,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