We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43a8f5f commit c7984cfCopy full SHA for c7984cf
Makefile
@@ -14,7 +14,7 @@ build: specs/index.html specs/faq.html
14
## and now build the rust docs...
15
make gen/target/doc/ileap_extension/index.html
16
mkdir -p ${RELEASE_DIR}/rustdocs
17
- cp -r gen/target/doc/ileap_extension/ ${RELEASE_DIR}/rustdocs/
+ cp -r gen/target/doc/ ${RELEASE_DIR}/rustdocs/
18
19
specs/index.html: specs/index.bs ${DIAGRAMS}
20
bikeshed spec $< $@
0 commit comments