diff options
author | Ondřej Surý <ondrej@sury.org> | 2012-04-11 23:54:59 +0200 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2012-04-11 23:54:59 +0200 |
commit | 4f8c04f04a2ba0312bbaa2d52301bda20e36c0e4 (patch) | |
tree | f3eca5d763bc24bd9d74b5306cc8f6c700b45b48 | |
parent | 09cd2c80020ab5a1a97384a21bafae33928dadef (diff) | |
download | golang-4f8c04f04a2ba0312bbaa2d52301bda20e36c0e4.tar.gz |
Remove compiled file from golang-doc
-rwxr-xr-x | debian/rules | 2 |
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 |