]> git.proxmox.com Git - rustc.git/blob - src/vendor/utf8-ranges/Makefile
New upstream version 1.17.0+dfsg1
[rustc.git] / src / vendor / utf8-ranges / Makefile
1 all:
2 echo Nothing to do...
3
4 ctags:
5 ctags --recurse --options=ctags.rust --languages=Rust
6
7 docs:
8 cargo doc
9 in-dir ./target/doc fix-perms
10 rscp ./target/doc/* gopher:~/www/burntsushi.net/rustdoc/
11
12 push:
13 git push origin master
14 git push github master