Quellcode durchsuchen

add some texinfo doc skeleton

Cédric Augonnet vor 16 Jahren
Ursprung
Commit
e2b6034f4f
4 geänderte Dateien mit 76 neuen und 3 gelöschten Zeilen
  1. 1 3
      Makefile.am
  2. 1 0
      configure.ac
  3. 17 0
      doc/Makefile.am
  4. 57 0
      doc/starpu.texi

+ 1 - 3
Makefile.am

@@ -14,11 +14,9 @@
 # See the GNU Lesser General Public License in COPYING.LGPL for more details.
 #
 
-.PHONY: examples
-
 CLEANFILES = *.gcno *.gcda *.linkinfo
 
-SUBDIRS = src tools examples tests 
+SUBDIRS = src tools examples tests doc 
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = libstarpu.pc

+ 1 - 0
configure.ac

@@ -509,4 +509,5 @@ AC_OUTPUT([
 	libstarpu.pc
 	examples/Makefile
 	tests/Makefile
+	doc/Makefile
 ])

+ 17 - 0
doc/Makefile.am

@@ -0,0 +1,17 @@
+#
+# StarPU
+# Copyright (C) INRIA 2008-2009 (see AUTHORS file)
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation; either version 2.1 of the License, or (at
+# your option) any later version.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+#
+# See the GNU Lesser General Public License in COPYING.LGPL for more details.
+#
+
+info_TEXINFOS = starpu.texi

+ 57 - 0
doc/starpu.texi

@@ -0,0 +1,57 @@
+\input texinfo @c -*-texinfo-*-
+
+@c %**start of header
+@setfilename starpu.info
+@settitle StarPU
+@c %**end of header
+
+@setchapternewpage odd
+
+@titlepage
+@title StarPU
+@page
+@vskip 0pt plus 1filll
+@comment For the @value{version-GCC} Version*
+@end titlepage
+
+@summarycontents
+@contents
+@page
+
+@node Top
+@top Preface
+@cindex Preface
+
+This manual documents the usage of StarPU
+
+
+@comment
+@comment  When you add a new menu item, please keep the right hand
+@comment  aligned to the same column.  Do not use tabs.  This provides
+@comment  better formatting.
+@comment
+@menu
+* Introduction::   A basic introduction to using @code{StarPU}.
+                   How to run a @code{StarPU} program.
+* Building and Installing StarPU::
+                   How to build and install StarPU
+@end menu
+
+@c ---------------------------------------------------------------------
+@c Introduction to StarPU
+@c ---------------------------------------------------------------------
+
+@node Introduction
+@chapter Introduction To StarPU
+Pouet
+
+@c ---------------------------------------------------------------------
+@c Building and Installing StarPU
+@c ---------------------------------------------------------------------
+
+@node Building and Installing StarPU
+@chapter Building and Installing StarPU
+Pif
+
+
+@bye