Salome HOME
-#if OCC_VERSION_LARGE > 0x06010000
[modules/smesh.git] / src / Tools / padder / doc / Makefile.am
1 # Copyright (C) 2011-2013  EDF R&D
2 #
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
20 #  Author : Guillaume Boulant (EDF/R&D)
21
22 include $(top_srcdir)/adm_local/unix/make_common_starter.am
23
24 EXTRA_DIST += images input
25
26 #
27 # The simplest way to extend the documentation of SMESH with the
28 # documentation for PADDER is to add path to the padder documentation
29 # in the SMESH gui documentation (see the doxyfile).
30 #
31
32 # For test purpose, we let the user generate a local dosygen
33 # documentation including only the local pages  
34 #
35 test_docs: doxyfile 
36         echo "===========================================" ; \
37         echo "Generating PADDER documentation" ;             \
38         echo "===========================================" ; \
39         $(DOXYGEN) doxyfile ;