5:df971c81282e | 6:bcb508479948 |
---|---|
1 # source this file. use cargo rustdoc or cargo d --no-deps no build the documentation. | |
2 echo 'Creating cargo-d alias' | |
3 alias cargo-d='RUSTDOCFLAGS="--html-in-header misc/katex-header.html" BROWSER=/Applications/Firefox.app/Contents/MacOS/firefox-bin cargo d --no-deps' | |
4 | |
5 |