X-Git-Url: http://git.onelab.eu/?p=monitor.git;a=blobdiff_plain;f=docs%2FMakefile;h=8b7d00004893f5ed106a2b940484e2bfb20e68d9;hp=f3e6b765065b8afee9389f06d35a6c9da9deee0b;hb=HEAD;hpb=0bdd5dcacea3b065ae4d888956e37ce439fb1229 diff --git a/docs/Makefile b/docs/Makefile index f3e6b76..8b7d000 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -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