Fix ISS changing the relative execution order of statements in the cloned part
[clay.git] / doc / Makefile.am
blob1685c23817dae777abadd24bfa0b40827f1bca14
2 #   /*------------------------------------------------------------------+
3 #    |                             Clay                                 |
4 #    |------------------------------------------------------------------|
5 #    |                          makefile.am                             |
6 #    |------------------------------------------------------------------|
7 #    |                   First version: 03/04/2012                      |
8 #    +------------------------------------------------------------------+
10 # +------------------------------------------------------------------------+
11 # |  / __)(  )    /__\ ( \/ )                                              |
12 # | ( (__  )(__  /(__)\ \  /        Chunky Loop Alteration wizardrY        |
13 # |  \___)(____)(__)(__)(__)                                               |
14 # +------------------------------------------------------------------------+
15 # | Copyright (C) 2012 University of Paris-Sud                             |
16 # |                                                                        |
17 # | This library is free software; you can redistribute it and/or modify   |
18 # | it under the terms of the GNU Lesser General Public License as         |
19 # | published by the Free Software Foundation; either version 2.1 of the   |
20 # | License, or (at your option) any later version.                        |
21 # |                                                                        |
22 # | This library is distributed in the hope that it will be useful but     |
23 # | WITHOUT ANY WARRANTY; without even the implied warranty of             |
24 # | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU       |
25 # | Lesser General Public License for more details.                        |
26 # |                                                                        |
27 # | You should have received a copy of the GNU Lesser General Public       |
28 # | License along with this software; if not, write to the Free Software   |
29 # | Foundation, Inc., 51 Franklin Street, Fifth Floor,                     |
30 # | Boston, MA  02110-1301  USA                                            |
31 # |                                                                        |
32 # | Clay, the Chunky Loop Alteration wizardrY                              |
33 # | Written by Cedric Bastoul, Cedric.Bastoul@u-psud.fr                    |
34 # +------------------------------------------------------------------------*/
36 # Makefile.am (or makefile if generated) of Clay.
37 # Makefile.am is not a makefile, you must run the 'autogen.sh' THEN the
38 # configure shellscript to generate the Makefile thanks to this file.
40 #############################################################################
41 SUBDIRS =
43 #############################################################################
45 MAINTAINERCLEANFILES = Makefile.in
47 EXTRA_DIST = \
48         htmldoc.tar.gz \
49         clay.pdf
51 info_TEXINFOS = clay.texi
53 DOCDIR = htmldoc
54 DOXYFILE = Doxyfile
55 DOXYGEN = @DOXYGEN@
57 # The following requires a fixed version of the Emacs 19.30 etags.
58 ETAGS_ARGS = --lang=none \
59  --regex='/^@node[ \t]+\([^,]+\)/\1/' $(srcdir)/doc/clay.texi
60 TAGS_DEPENDENCIES = clay.texi $(DOXYFILE).in
62 htmldoc.tar.gz:
63         mkdir -p $(top_srcdir)/doc/htmldoc
64         $(DOXYGEN) $(DOXYFILE)
65         tar czf htmldoc.tar.gz htmldoc