Skip to content

Commit

Permalink
remove html Makefile target dependency on bigpage
Browse files Browse the repository at this point in the history
The `html` target should not build the `bigpage` target, they should be
independent.
  • Loading branch information
mendel authored and JJ committed Aug 30, 2020
1 parent af7200a commit 79bc096
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 @@ -36,7 +36,7 @@ help:
@echo "docker-testall: run all tests (in container)"
@echo "docker-run: run the development webserver (in container)"

html: for-documentable bigpage
html: for-documentable
documentable start -a -v --highlight

update-html:
Expand Down

0 comments on commit 79bc096

Please sign in to comment.