Support of the osl_int_t union type
[candl.git] / doc / Makefile.am
blobb92f94fc745a86fa76a8aa6fa120ac334e807f8e
2 #   /**-------------------------------------------------------------------**
3 #    **                              CAnDL                                **
4 #    **-------------------------------------------------------------------**
5 #    **                           Makefile.am                             **
6 #    **-------------------------------------------------------------------**
7 #    **                 First version: september 8th 2003                 **
8 #    **-------------------------------------------------------------------**/
9
10 #/*****************************************************************************
11 # *   CAnDL : the Chunky Analyser for Dependences in Loops (experimental)     *
12 # *****************************************************************************
13 # *                                                                           *
14 # * Copyright (C) 2003-2008 Cedric Bastoul                                    *
15 # *                                                                           *
16 # * This is free software; you can redistribute it and/or modify it under the *
17 # * terms of the GNU General Public License as published by the Free Software *
18 # * Foundation; either version 2 of the License, or (at your option) any      *
19 # * later version.                                                            *
20 # *                                                                           *
21 # * This software is distributed in the hope that it will be useful, but      *
22 # * WITHOUT ANY WARRANTY; without even the implied warranty of                *
23 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General *
24 # * Public License for more details.                                          *
25 # *                                                                           *
26 # * You should have received a copy of the GNU General Public License along   *
27 # * with software; if not, write to the Free Software Foundation, Inc.,       *
28 # * 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA                    *
29 # *                                                                           *
30 # * CAnDL, the Chunky Dependence Analyser                                     *
31 # * Written by Cedric Bastoul, Cedric.Bastoul@inria.fr                        *
32 # *                                                                           *
33 # *****************************************************************************/
36 #############################################################################
37 SUBDIRS                 =
39 #############################################################################
41 MAINTAINERCLEANFILES    = Makefile.in
43 EXTRA_DIST              =                       \
44         htmldoc.tar.gz                          \
45         candl.pdf
48 info_TEXINFOS           = candl.texi
50 DOCDIR                  = htmldoc
51 DOXYFILE                = Doxyfile
52 DOXYGEN                 = @DOXYGEN@
54 # The following requires a fixed version of the Emacs 19.30 etags.
55 ETAGS_ARGS              = --lang=none \
56  --regex='/^@node[ \t]+\([^,]+\)/\1/' $(srcdir)/doc/clan.texi
57 TAGS_DEPENDENCIES       = clan.texi $(DOXYFILE).in
59 htmldoc.tar.gz:
60         mkdir -p $(top_srcdir)/doc/htmldoc
61         $(DOXYGEN) $(DOXYFILE)
62         tar czf htmldoc.tar.gz htmldoc