Merge pull request #4173 from edx/markhoeber/documentation/doc-582

Add new doc projects to top level make file
This commit is contained in:
Mark Hoeber
2014-06-20 08:45:45 -04:00

View File

@@ -11,3 +11,6 @@ html:
@cd $(CURDIR)/data && make html $(Q_FLAG)
@cd $(CURDIR)/course_authors && make html $(Q_FLAG)
@cd $(CURDIR)/developers && make html $(Q_FLAG)
@cd $(CURDIR)/install_operations && make html $(Q_FLAG)
@cd $(CURDIR)/ORA2 && make html $(Q_FLAG)
@cd $(CURDIR)/release_notes && make html $(Q_FLAG)