mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-21 18:19:55 +00:00
use rust-doc.links instead of explicit rule
This commit is contained in:
parent
a2df95d4e3
commit
52efbfffe4
3
debian/rules
vendored
3
debian/rules
vendored
@ -110,9 +110,6 @@ ifneq (,$(BUILD_DOCS))
|
||||
done
|
||||
|
||||
find $(DEB_DESTDIR) \( -iname '*.html' -empty -o -name .lock -o -name '*.inc' \) -delete
|
||||
|
||||
find $(DEB_DESTDIR)/usr/share/doc -name jquery.js \
|
||||
-exec ln -sf /usr/share/javascript/jquery/jquery.js '{}' \;
|
||||
endif
|
||||
|
||||
override_dh_install:
|
||||
|
||||
1
debian/rust-doc.links
vendored
Normal file
1
debian/rust-doc.links
vendored
Normal file
@ -0,0 +1 @@
|
||||
usr/share/javascript/jquery/jquery.js usr/share/doc/rust-doc/html/jquery.js
|
||||
Loading…
Reference in New Issue
Block a user