2 # /*------------------------------------------------------------------+
4 # |------------------------------------------------------------------|
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 |
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. |
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. |
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 |
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 #############################################################################
43 #############################################################################
45 MAINTAINERCLEANFILES = Makefile.in
51 info_TEXINFOS = clay.texi
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
63 mkdir -p $(top_srcdir)/doc/htmldoc
64 $(DOXYGEN) $(DOXYFILE)
65 tar czf htmldoc.tar.gz htmldoc