]> SALOME platform Git repositories - modules/kernel.git/blob - doc/Makefile.am
Salome HOME
PR: merge from branch BR_auto_V310 tag mergefrom_OCC_development_for_3_2_0a2_10mar06
[modules/kernel.git] / doc / Makefile.am
1 # -* Makefile *- 
2 #
3 # Author : Paul RASCLE (EDF)
4 # Date : 06/02/2006
5 # $Header$
6 #
7
8 include $(top_srcdir)/salome_adm/unix/make_common_starter.am
9
10 SUBDIRS = salome
11
12 doc_DATA = \
13         index.html \
14         UnitTests.html \
15         SALOME_Application.html \
16         INSTALL.html \
17         kernel_resources.html
18
19 EXTRA_DIST=$(doc_DATA)
20
21
22 # Building html from restructured text files
23 STYLESHEET=rst.css
24 RST2HTML=@RST2HTML@
25 RSTOPTS=--output-encoding=latin1 --stylesheet=$(STYLESHEET)
26 #RSTOPTS=--output-encoding=latin1
27
28 %.html: $(srcdir)/%.txt
29         $(RST2HTML) $(RSTOPTS) $< $@
30
31 userdoc:
32         (cd salome && $(MAKE) $(AM_MAKEFLAGS) userdoc)