Skip to content

Commit

Permalink
Update make docs to use the docs/build.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun committed Nov 17, 2023
1 parent 51d6bab commit 0eadc65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ clean:

.PHONY: docs
docs:
(cd docs; make conjure-help; make latexpdf; make singlehtml)
(cd docs; bash build.sh)

.PHONY: ghci
ghci:
Expand Down
3 changes: 3 additions & 0 deletions docs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@ rm -rf myenv
python3 -m venv myenv
source myenv/bin/activate
pip install -r requirements.txt
make conjure-help
make html
make singlehtml
make latexpdf
deactivate

0 comments on commit 0eadc65

Please sign in to comment.