]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
PR: for doc generation
authorprascle <prascle>
Mon, 6 Feb 2006 17:28:21 +0000 (17:28 +0000)
committerprascle <prascle>
Mon, 6 Feb 2006 17:28:21 +0000 (17:28 +0000)
doc/Makefile.am [new file with mode: 0644]

diff --git a/doc/Makefile.am b/doc/Makefile.am
new file mode 100644 (file)
index 0000000..50b0965
--- /dev/null
@@ -0,0 +1,27 @@
+# -* Makefile *- 
+#
+# Author : Paul RASCLE (EDF)
+# Date : 06/02/2006
+# $Header$
+#
+
+#SUBDIRS = salome
+
+docdir   = $(datadir)/doc
+doc_DATA = \
+       index.html \
+       UnitTests.html \
+       SALOME_Application.html \
+       INSTALL.html
+
+EXTRA_DIST=$(doc_DATA)
+
+
+# Building html from restructured text files
+STYLESHEET=rst.css
+RST2HTML=@RST2HTML@
+#RSTOPTS=--output-encoding=latin1 --stylesheet=$(STYLESHEET)
+RSTOPTS=--output-encoding=latin1
+
+%.html: $(srcdir)/%.txt
+       $(RST2HTML) $(RSTOPTS) $< $@