diff options
author | Michael Stapelberg <stapelberg@debian.org> | 2013-03-04 21:35:44 +0100 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2013-03-04 21:35:44 +0100 |
commit | 074c016b3f4508b9e50146061b77963161cd1389 (patch) | |
tree | af8319d8e8d8848d2e369b052cf4e1555b9e63c6 | |
parent | 290ac063eab5530fca696b1dfa0dacddf840b7fa (diff) | |
download | golang-074c016b3f4508b9e50146061b77963161cd1389.tar.gz |
golang-doc: wiki/get.bin does not exist anymore
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 29bb1413e..1f939a4fe 100755 --- a/debian/rules +++ b/debian/rules @@ -33,8 +33,6 @@ 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 # Replace jquery in the html documentation with a symlink to libjs-jquery rm $(CURDIR)/debian/golang-doc/usr/share/doc/golang-doc/html/jquery.js ln -s /usr/share/javascript/jquery/jquery.min.js $(CURDIR)/debian/golang-doc/usr/share/doc/golang-doc/html/jquery.js |