
.PHONY: html

html:
	@cd $(CURDIR)/data && make html
	@cd $(CURDIR)/course_authors && make html
	@cd $(CURDIR)/developers && make html
