Update rake docs to reflect change in folder structure

This commit is contained in:
Julian Arni
2013-07-16 13:45:22 -04:00
parent 5f9c395afe
commit 2540be2442
2 changed files with 29 additions and 0 deletions

7
docs/Makefile Normal file
View File

@@ -0,0 +1,7 @@
.PHONY: html
html:
@cd $(CURDIR)/data && make html
@cd $(CURDIR)/course_authors && make html
@cd $(CURDIR)/developers && make html