From 4d9f077d16ad9f10ed457f1659015f120b3489ac Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Tue, 6 Sep 2016 12:10:03 +0200 Subject: [PATCH 1/3] Don't build and install docs --- build | 2 -- install | 7 ------- 2 files changed, 9 deletions(-) diff --git a/build b/build index c2ba01a..af3576d 100755 --- a/build +++ b/build @@ -122,6 +122,4 @@ manpage build-jar-repository manpage rebuild-jar-repository manpage shade-jar -make -C doc clean all - (cd ./python && "${pyinterpreter}" setup.py build) diff --git a/install b/install index bd0a94f..2201038 100755 --- a/install +++ b/install @@ -208,13 +208,6 @@ inst_exec target/gradle-local "${bindir}" inst_data gradle/init.gradle "${datadir}/gradle-local" inst_data target/gradle_build.7 "${mandir}/man7" -exec >files-doc -inst_doc doc/index.html -inst_doc doc/images -inst_doc doc/rpm_project -inst_doc doc/ideas -inst_doc doc/java_project - exec >files-python (cd ./python && "${pyinterpreter}" setup.py install -O1 --skip-build --prefix "${prefix}" --root "${DEST}") >&2 echo "${prefix}/lib/python?.?/site-packages/javapackages" -- 2.9.3