Skip to content

Commit

Permalink
remove requirement to build chplcheck to build docs
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Abraham <[email protected]>
  • Loading branch information
jabraham17 committed Nov 5, 2024
1 parent 47452f3 commit 30bcbb3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tools/chplcheck/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,8 @@ chplcheck-venv:

chplcheck: chplcheck-venv

chplcheck-docs: chplcheck
CHPL_HOME=$(CHPL_MAKE_HOME) bash \
$(CHPL_MAKE_HOME)/util/config/run-in-venv-with-python-bindings.bash \
python3 $(CHPL_MAKE_HOME)/doc/util/chplcheck-docs.py \
chplcheck-docs:
python3 $(CHPL_MAKE_HOME)/doc/util/chplcheck-docs.py \
-r $(CHPL_MAKE_HOME)/tools/chplcheck/src/rules.py \
-o $(CHPL_MAKE_HOME)/doc/rst/tools/chplcheck/generated \
--examples-directory $(CHPL_MAKE_HOME)/tools/chplcheck/examples
Expand Down

0 comments on commit 30bcbb3

Please sign in to comment.