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