Skip to content

Commit

Permalink
Fix generate-docs-html in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kdubb committed Feb 20, 2023
1 parent 6b125ba commit 5159985
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 @@ -69,7 +69,7 @@ doc-symbol-graphs:
cp $(ALLSYMDIR)/Shield*.json $(SYMDIR)

generate-docs-html:
mkidr -p $(DOCSDIR)
mkdir -p $(DOCSDIR)
swift package --allow-writing-to-directory $(DOCSDIR) generate-documentation --enable-inherited-docs --additional-symbol-graph-dir $(SYMDIR) --target Shield --output-path $(DOCSDIR) --transform-for-static-hosting $(BASEPATH) --level detailed --diagnostic-level hint

generate-docs: clean doc-symbol-graphs generate-docs-html
Expand Down

0 comments on commit 5159985

Please sign in to comment.