summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2012-04-11 23:54:59 +0200
committerOndřej Surý <ondrej@sury.org>2012-04-11 23:54:59 +0200
commit4f8c04f04a2ba0312bbaa2d52301bda20e36c0e4 (patch)
treef3eca5d763bc24bd9d74b5306cc8f6c700b45b48
parent09cd2c80020ab5a1a97384a21bafae33928dadef (diff)
downloadgolang-4f8c04f04a2ba0312bbaa2d52301bda20e36c0e4.tar.gz
Remove compiled file from golang-doc
-rwxr-xr-xdebian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index c4ff9f6eb..07fdbb084 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,6 +27,8 @@ override_dh_compress:
override_dh_install:
dh_install --fail-missing
+ # Remove binary from documentation
+ -rm $(CURDIR)/debian/golang-doc/usr/share/doc/golang-doc/html/articles/wiki/get.bin
# Remove testdata and tests from installed src directory
find $(CURDIR)/debian/golang-src/usr/share/go/src -type d -name testdata -prune -execdir rm -rf {} \;
find $(CURDIR)/debian/golang-src/usr/share/go/src -type f -name '*_test.go' -delete