Salome HOME
PR: add resources/Plugin in Install
[modules/kernel.git] / doc / salome / Makefile.am
1 # -* Makefile *- 
2 #
3 # Author : Paul RASCLE (EDF)
4 # Date : 16/02/2006
5 # $Header$
6 #
7
8 include $(top_srcdir)/salome_adm/unix/make_common_starter.am
9
10 SUBDIRS= tui DevelopersGuide gui
11
12 index_html:
13         $(INSTALL) -d $(docdir); 
14         cp -f $(srcdir)/KERNEL_index.html $(docdir)
15
16 userdoc: index_html
17         list='$(SUBDIRS)'; for subdir in $$list; do \
18           echo "Making userdoc in $$subdir"; \
19           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) userdoc) \
20         done;