Browse Source

doc/doxygen/Makefile.am: add chapters/api/modularized_scheduler.doxy to chapters file

Nathalie Furmento 11 years ago
parent
commit
514f7e3981
1 changed files with 2 additions and 1 deletions
  1. 2 1
      doc/doxygen/Makefile.am

+ 2 - 1
doc/doxygen/Makefile.am

@@ -106,7 +106,8 @@ chapters =	\
 	chapters/api/tree.doxy \
 	chapters/api/toolbox.doxy \
 	chapters/api/sc_hypervisor/sc_hypervisor.doxy \
-	chapters/api/sc_hypervisor/sc_hypervisor_usage.doxy
+	chapters/api/sc_hypervisor/sc_hypervisor_usage.doxy \
+	chapters/api/modularized_scheduler.doxy
 
 starpu_config.h: $(top_srcdir)/include/starpu_config.h.in
 	@$(SED) 's/#undef \(.*\)/#define \1 1/' $< > $@