From d5914fa3ef20eb82da53242454e019fe419f597b Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 16 Dec 2009 07:01:37 +0000 Subject: [PATCH 1/1] turn wsdl off .. --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 547fcf7a..68c42b90 100644 --- a/Makefile +++ b/Makefile @@ -5,11 +5,12 @@ DESTDIR="/" ########## -#all: keyconvert python wsdl # turn off wsdl generation until it is fixed -all: keyconvert python +#all: keyconvert python wsdl +#install: keyconvert-install python-install wsdl-install -install: keyconvert-install python-install wsdl-install +all: keyconvert python +install: keyconvert-install python-install clean: keyconvert-clean python-clean wsdl-clean -- 2.43.0