Skip to content

Commit

Permalink
Merge pull request #113 from sine-fdn/martin/makefile-fix-take-2
Browse files Browse the repository at this point in the history
fix: finally... fix the rustdocs copying for GH pages
  • Loading branch information
raimundo-henriques authored Sep 17, 2024
2 parents 43a8f5f + c7984cf commit 229eeac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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/ileap_extension/ ${RELEASE_DIR}/rustdocs/
cp -r gen/target/doc/ ${RELEASE_DIR}/rustdocs/

specs/index.html: specs/index.bs ${DIAGRAMS}
bikeshed spec $< $@
Expand Down

0 comments on commit 229eeac

Please sign in to comment.