]> SALOME platform Git repositories - modules/yacs.git/blob - doc/salome/gui/Makefile.am
Salome HOME
635272aecd49d2d620291ff2c4f5cd0d28b11cb0
[modules/yacs.git] / doc / salome / gui / 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 EXTRA_DIST = $(srcdir)/KERNEL
11
12 dist-hook:
13         rm -rf `find $(distdir) -name CVS`
14
15 userdoc:
16         $(INSTALL) -d $(docdir)/gui; 
17         cp -fr $(srcdir)/KERNEL $(docdir)/gui; 
18         rm -rf `find $(docdir)/gui -name CVS`