Просмотр исходного кода

doc: install tutorial in ${docdir}/tutorial

Nathalie Furmento лет назад: 13
Родитель
Сommit
efa122dbea
2 измененных файлов с 15 добавлено и 0 удалено
  1. 1 0
      ChangeLog
  2. 14 0
      doc/Makefile.am

+ 1 - 0
ChangeLog

@@ -176,6 +176,7 @@ Changes:
   * Add examples/release/Makefile to test StarPU examples against an
   * Add examples/release/Makefile to test StarPU examples against an
     installed version of StarPU. That can also be used to test
     installed version of StarPU. That can also be used to test
     examples using a previous API.
     examples using a previous API.
+  * Tutorial is installed in ${docdir}/tutorial
 
 
 Small changes:
 Small changes:
   * STARPU_NCPU should now be used instead of STARPU_NCPUS. STARPU_NCPUS is
   * STARPU_NCPU should now be used instead of STARPU_NCPUS. STARPU_NCPUS is

+ 14 - 0
doc/Makefile.am

@@ -56,6 +56,20 @@ EXTRA_DIST = starpu.css				\
 	tutorial/vector_scal_plugin.c		\
 	tutorial/vector_scal_plugin.c		\
 	tutorial/vector_scal_plugin_cuda.cu
 	tutorial/vector_scal_plugin_cuda.cu
 
 
+starpu_tutorial_dir	=	$(docdir)/tutorial
+starpu_tutorial__DATA	=			\
+	tutorial/README				\
+	tutorial/Makefile			\
+	tutorial/hello_world.c			\
+	tutorial/hello_world_plugin.c		\
+	tutorial/vector_scal.c			\
+	tutorial/vector_scal_cpu.c		\
+	tutorial/vector_scal_cuda.cu		\
+	tutorial/vector_scal_opencl.c		\
+	tutorial/vector_scal_opencl_kernel.cl	\
+	tutorial/vector_scal_plugin.c		\
+	tutorial/vector_scal_plugin_cuda.cu
+
 dist_pdf_DATA = starpu.pdf
 dist_pdf_DATA = starpu.pdf
 dist_html_DATA = starpu.html
 dist_html_DATA = starpu.html