no longer build wsld
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 10 Nov 2020 16:02:10 +0000 (17:02 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 10 Nov 2020 16:02:10 +0000 (17:02 +0100)
Makefile

index e2e36e7..be229f4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,12 +4,13 @@
 # overwritten by the specfile
 DESTDIR="/"
 PREFIX=/usr
+
 ##########
-all: python wsdl
+all: python
 
-install: python-install wsdl-install tests-install
+install: python-install tests-install
 
-clean: python-clean wsdl-clean
+clean: python-clean
 
 uninstall: python-uninstall tests-uninstall