mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-06 20:20:39 +00:00
Allow specifying features in docs makefile
This commit is contained in:
parent
2d6d79dc21
commit
58cf210882
1 changed files with 3 additions and 2 deletions
5
Makefile
5
Makefile
|
|
@ -1,7 +1,8 @@
|
|||
FEATURES := nightly yolocrypto
|
||||
|
||||
doc:
|
||||
cargo rustdoc --features "nightly yolocrypto" -- --html-in-header rustdoc-include-katex-header.html
|
||||
cargo rustdoc --features "$(FEATURES)" -- --html-in-header rustdoc-include-katex-header.html
|
||||
|
||||
doc-internal:
|
||||
cargo rustdoc --features "nightly yolocrypto" -- --html-in-header rustdoc-include-katex-header.html --document-private-items
|
||||
cargo rustdoc --features "$(FEATURES)" -- --html-in-header rustdoc-include-katex-header.html --document-private-items
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue