X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=3d3fc9a017b086c5f5153a67553d72d49885cec1;hb=refs%2Fheads%2Fbranch-0.9-14;hp=fc89a214fb37a068bbdeecc7aaa6e0eac1a3332b;hpb=8f4c514a32011dc469dd98f8fdb5892e18db41dc;p=sfa.git diff --git a/Makefile b/Makefile index fc89a214..3d3fc9a0 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ DESTDIR="/" ########## all: keyconvert python wsdl -install: keyconvert-install python-install wsdl-install +install: keyconvert-install python-install wsdl-install xmlbuilder-install clean: keyconvert-clean python-clean wsdl-clean @@ -28,6 +28,9 @@ keyconvert-clean: ########## python: +xmlbuilder-install: + cd xmlbuilder-0.9 && python setup.py install --root=$(DESTDIR) && cd - + python-install: python setup.py install --root=$(DESTDIR) chmod 444 $(DESTDIR)/etc/sfa/default_config.xml @@ -36,7 +39,7 @@ python-clean: python setup.py clean rm $(init) -.PHONY: python python-install python-clean +.PHONY: python python-install python-clean xmlbuilder-install ########## wsdl: $(MAKE) -C wsdl