Skip to content

Commit

Permalink
Merge pull request #114 from sine-fdn/martin/makefile-fix-take-3
Browse files Browse the repository at this point in the history
fix: Makefile. Take 3...
  • Loading branch information
raimundo-henriques authored Sep 17, 2024
2 parents 229eeac + 3491f50 commit 6190269
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ build: specs/index.html specs/faq.html

## and now build the rust docs...
make gen/target/doc/ileap_extension/index.html
mkdir -p ${RELEASE_DIR}/rustdocs
cp -r gen/target/doc/ ${RELEASE_DIR}/rustdocs/
cp -r gen/target/doc ${RELEASE_DIR}/rustdocs

specs/index.html: specs/index.bs ${DIAGRAMS}
bikeshed spec $< $@
Expand All @@ -35,7 +34,7 @@ ${MMDC}:
npm install @mermaid-js/mermaid-cli

gen/target/doc/ileap_extension/index.html:
cd gen && cargo doc --no-deps --document-private-items --all-features --open
cd gen && cargo doc --no-deps --document-private-items --all-features

.PHONY: gen/target/doc/ileap_extension/index.html

Expand Down

0 comments on commit 6190269

Please sign in to comment.