mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-14 02:42:59 +00:00
6 lines
271 B
Plaintext
6 lines
271 B
Plaintext
# This should eventually become part of a dh_rustdoc program.
|
|
# Something that does e.g.
|
|
# find $(DESTDIR) -name jquery.js -execdir ln -sf -T \
|
|
# /usr/share/doc/rust-doc/html/jquery.js '{}' \;
|
|
usr/share/javascript/jquery/jquery.js usr/share/doc/rust-doc/html/jquery.js
|