Salome HOME
Ajout des properties
[modules/kernel.git] / doc / salome / Makefile.am
1 # Copyright (C) 2005  OPEN CASCADE, CEA, EDF R&D, LEG
2 #           PRINCIPIA R&D, EADS CCR, Lip6, BV, CEDRAT
3 # This library is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU Lesser General Public
5 # License as published by the Free Software Foundation; either 
6 # version 2.1 of the License.
7
8 # This library is distributed in the hope that it will be useful 
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of 
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
11 # Lesser General Public License for more details.
12
13 # You should have received a copy of the GNU Lesser General Public  
14 # License along with this library; if not, write to the Free Software 
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18
19 # -* Makefile *- 
20 #
21 # Author : Paul RASCLE (EDF)
22 # Date : 16/02/2006
23 # $Header$
24 #
25
26 include $(top_srcdir)/salome_adm/unix/make_common_starter.am
27
28 SUBDIRS= tui
29 SUBDIRSGUI= tui
30 SUBDIRSTUI= tui
31
32 index_html:
33         $(INSTALL) -d $(docdir); 
34
35 usr_docs: index_html
36         list='$(SUBDIRSGUI)'; for subdir in $$list; do \
37           echo "Making usr_docs in $$subdir"; \
38           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) usr_docs) \
39         done;
40
41 dev_docs: index_html
42         list='$(SUBDIRSTUI)'; for subdir in $$list; do \
43           echo "Making dev_docs in $$subdir"; \
44           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) dev_docs) \
45         done;
46
47
48 info_TEXINFOS = Batch.texi
49
50 install-data-local:  html usr_docs
51         cp -rp $(top_builddir)/doc/salome/Batch.html $(docdir)