From: Sapan Bhatia Date: Tue, 9 Jun 2009 12:39:57 +0000 (+0000) Subject: Preparation to plug into build X-Git-Tag: PLCAPI-4.3-20~6 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=d670889a5595f1229a7a1f93fa563eb099d77d20 Preparation to plug into build --- diff --git a/wsdl/Makefile b/wsdl/Makefile index da910d7..0a3ec4c 100644 --- a/wsdl/Makefile +++ b/wsdl/Makefile @@ -1,11 +1,11 @@ # Build a WSDL spec of the API -all: plc_api.wsdl +all: plcapi.wsdl -plc_api.wsdl: - ./api2wsdl.py -o plc_api.wsdl +plcapi.wsdl: + PYTHONPATH=../ python api2wsdl.py > $@ clean: - rm -f plc_api.wsdl + rm -f plcapi.wsdl .PHONY: all clean