Skip to content

Commit

Permalink
Makefile: fix the path to the built runtime API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
christianp committed Oct 16, 2024
1 parent 33c5e75 commit 26518c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,12 @@ tests/locales.js: $(LOCALES)

locales: tests/locales.js

docs/index.html: $(ALL_SOURCES) docs.md jsdoc.conf
build-docs/index.html: $(ALL_SOURCES) docs.md jsdoc.conf
@echo "Making API documentation..."
jsdoc -c jsdoc.conf -t $(JSDOC_TEMPLATE_PATH)
$(created)

docs: docs/index.html
docs: build-docs/index.html

eslint: $(ESLINT_SOURCES)
@eslint $^
Expand Down

0 comments on commit 26518c2

Please sign in to comment.