X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=wsdl%2FMakefile;fp=wsdl%2FMakefile;h=0a3ec4cc2a016271ad3633a6bb259fae13f5fc3b;hb=d670889a5595f1229a7a1f93fa563eb099d77d20;hp=da910d7cd73b24f1a9975a4c76e0d7808858e80b;hpb=77b758458c26a377dc8f3334febec3d26eaa9983;p=plcapi.git 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