From 26cfb66fce3f091a4d8b493e46dc37f7813f94c2 Mon Sep 17 00:00:00 2001 From: prascle Date: Mon, 6 Feb 2006 17:28:21 +0000 Subject: [PATCH] PR: for doc generation --- doc/Makefile.am | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 doc/Makefile.am diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 000000000..50b096513 --- /dev/null +++ b/doc/Makefile.am @@ -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) $< $@ -- 2.39.2