From baf69ca158a5656a30029e666d79783dcf0f7f88 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Tue, 16 Feb 2010 17:43:10 +0000 Subject: [PATCH] install xmlbuilder --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fc89a214..66219b0f 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: + python xmlbuilder-0.9/setup.py install + 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 -- 2.45.2