Add new doc projects to top level make file

To enable Jenkins testing
This commit is contained in:
Mark Hoeber
2014-06-19 20:50:45 -04:00
parent 0258e71ab1
commit 50f41c24f0

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)