Skip to content

Commit 229eeac

Browse files
Merge pull request #113 from sine-fdn/martin/makefile-fix-take-2
fix: finally... fix the rustdocs copying for GH pages
2 parents 43a8f5f + c7984cf commit 229eeac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build: specs/index.html specs/faq.html
1414
## and now build the rust docs...
1515
make gen/target/doc/ileap_extension/index.html
1616
mkdir -p ${RELEASE_DIR}/rustdocs
17-
cp -r gen/target/doc/ileap_extension/ ${RELEASE_DIR}/rustdocs/
17+
cp -r gen/target/doc/ ${RELEASE_DIR}/rustdocs/
1818

1919
specs/index.html: specs/index.bs ${DIAGRAMS}
2020
bikeshed spec $< $@

0 commit comments

Comments
 (0)