Browse Source

doc: move chapters to sub-directory chapter

Nathalie Furmento 13 years ago
parent
commit
d451fc559a

+ 21 - 7
doc/Makefile.am

@@ -12,17 +12,31 @@
 
 info_TEXINFOS = starpu.texi
 
-starpu_TEXINFOS = c-extensions.texi fdl-1.3.texi
+starpu_TEXINFOS = chapters/advanced-api.texi \
+	chapters/configuration.texi \
+	chapters/perf-feedback.texi \
+	chapters/vector_scal_cpu.texi \
+	chapters/advanced-examples.texi \
+	chapters/fdl-1.3.texi \
+	chapters/perf-optimization.texi \
+	chapters/vector_scal_c.texi \
+	chapters/basic-api.texi \
+	chapters/installing.texi \
+	chapters/scaling-vector-example.texi \
+	chapters/vector_scal_cuda.texi \
+	chapters/basic-examples.texi \
+	chapters/introduction.texi \
+	chapters/tips-tricks.texi \
+	chapters/vector_scal_opencl_codelet.texi \
+	chapters/c-extensions.texi \
+	chapters/mpi-support.texi \
+	chapters/using.texi \
+	chapters/vector_scal_opencl.texi
 
 MAINTAINERCLEANFILES = starpu.pdf
 
 EXTRA_DIST = starpu.pdf \
-	starpu.css \
-	vector_scal_c.texi \
-	vector_scal_cpu.texi \
-	vector_scal_cuda.texi \
-	vector_scal_opencl_codelet.texi \
-	vector_scal_opencl.texi
+	starpu.css
 
 AM_MAKEINFOHTMLFLAGS = --css-include=$(top_srcdir)/doc/starpu.css --no-headers --no-split
 

doc/advanced-api.texi → doc/chapters/advanced-api.texi


doc/advanced-examples.texi → doc/chapters/advanced-examples.texi


doc/basic-api.texi → doc/chapters/basic-api.texi


doc/basic-examples.texi → doc/chapters/basic-examples.texi


doc/c-extensions.texi → doc/chapters/c-extensions.texi


doc/configuration.texi → doc/chapters/configuration.texi


doc/fdl-1.3.texi → doc/chapters/fdl-1.3.texi


doc/installing.texi → doc/chapters/installing.texi


doc/introduction.texi → doc/chapters/introduction.texi


doc/mpi-support.texi → doc/chapters/mpi-support.texi


doc/perf-feedback.texi → doc/chapters/perf-feedback.texi


doc/perf-optimization.texi → doc/chapters/perf-optimization.texi


+ 5 - 5
doc/scaling-vector-example.texi

@@ -19,17 +19,17 @@
 @node Main application
 @section Main application
 
-@include vector_scal_c.texi
+@include chapters/vector_scal_c.texi
 
 @node CPU Kernel
 @section CPU Kernel
 
-@include vector_scal_cpu.texi
+@include chapters/vector_scal_cpu.texi
 
 @node CUDA Kernel
 @section CUDA Kernel
 
-@include vector_scal_cuda.texi
+@include chapters/vector_scal_cuda.texi
 
 @node OpenCL Kernel
 @section OpenCL Kernel
@@ -42,10 +42,10 @@
 @node Invoking the kernel
 @subsection Invoking the kernel
 
-@include vector_scal_opencl.texi
+@include chapters/vector_scal_opencl.texi
 
 @node Source of the kernel
 @subsection Source of the kernel
 
-@include vector_scal_opencl_codelet.texi
+@include chapters/vector_scal_opencl_codelet.texi
 

doc/tips-tricks.texi → doc/chapters/tips-tricks.texi


doc/using.texi → doc/chapters/using.texi


doc/vector_scal_c.texi → doc/chapters/vector_scal_c.texi


doc/vector_scal_cpu.texi → doc/chapters/vector_scal_cpu.texi


doc/vector_scal_cuda.texi → doc/chapters/vector_scal_cuda.texi


doc/vector_scal_opencl.texi → doc/chapters/vector_scal_opencl.texi


doc/vector_scal_opencl_codelet.texi → doc/chapters/vector_scal_opencl_codelet.texi


+ 15 - 15
doc/starpu.texi

@@ -86,79 +86,79 @@ was last updated on @value{UPDATED}.
 @c Introduction to StarPU
 @c ---------------------------------------------------------------------
 
-@include introduction.texi
+@include chapters/introduction.texi
 
 @c ---------------------------------------------------------------------
 @c Installing StarPU
 @c ---------------------------------------------------------------------
 
-@include installing.texi
+@include chapters/installing.texi
 
 @c ---------------------------------------------------------------------
 @c Using StarPU
 @c ---------------------------------------------------------------------
 
-@include using.texi
+@include chapters/using.texi
 
 @c ---------------------------------------------------------------------
 @c Basic Examples
 @c ---------------------------------------------------------------------
 
-@include basic-examples.texi
+@include chapters/basic-examples.texi
 
 @c ---------------------------------------------------------------------
 @c Advanced Examples
 @c ---------------------------------------------------------------------
 
-@include advanced-examples.texi
+@include chapters/advanced-examples.texi
 
 @c ---------------------------------------------------------------------
 @c StarPU API
 @c ---------------------------------------------------------------------
 
-@include basic-api.texi
+@include chapters/basic-api.texi
 
 @c ---------------------------------------------------------------------
 @c Advanced Topics
 @c ---------------------------------------------------------------------
 
-@include advanced-api.texi
+@include chapters/advanced-api.texi
 
 @c ---------------------------------------------------------------------
 @c Performance options
 @c ---------------------------------------------------------------------
 
-@include perf-optimization.texi
+@include chapters/perf-optimization.texi
 
 @c ---------------------------------------------------------------------
 @c Performance feedback
 @c ---------------------------------------------------------------------
 
-@include perf-feedback.texi
+@include chapters/perf-feedback.texi
 
 @c ---------------------------------------------------------------------
 @c Tips and Tricks
 @c ---------------------------------------------------------------------
 
-@include tips-tricks.texi
+@include chapters/tips-tricks.texi
 
 @c ---------------------------------------------------------------------
 @c Configuration options
 @c ---------------------------------------------------------------------
 
-@include configuration.texi
+@include chapters/configuration.texi
 
 @c ---------------------------------------------------------------------
 @c MPI support
 @c ---------------------------------------------------------------------
 
-@include mpi-support.texi
+@include chapters/mpi-support.texi
 
 @c ---------------------------------------------------------------------
 @c C Extensions
 @c ---------------------------------------------------------------------
 
-@include c-extensions.texi
+@include chapters/c-extensions.texi
 
 @c ---------------------------------------------------------------------
 @c Appendices
@@ -168,14 +168,14 @@ was last updated on @value{UPDATED}.
 @c Full source code for the 'Scaling a Vector' example
 @c ---------------------------------------------------------------------
 
-@include scaling-vector-example.texi
+@include chapters/scaling-vector-example.texi
 
 @c ---------------------------------------------------------------------
 @c License
 @c ---------------------------------------------------------------------
 @node GNU Free Documentation License
 @appendix GNU Free Documentation License
-@include fdl-1.3.texi
+@include chapters/fdl-1.3.texi
 
 @c ---------------------------------------------------------------------
 @c Indices