Statistics
| Branch: | Tag: | Revision:

root / config / grc_docs.m4 @ 5d3d5cf4

History | View | Annotate | Download (1 kB)

1 349331a8 eb
dnl Copyright 2009 Free Software Foundation, Inc.
2 349331a8 eb
dnl 
3 349331a8 eb
dnl This file is part of GNU Radio
4 349331a8 eb
dnl 
5 349331a8 eb
dnl GNU Radio is free software; you can redistribute it and/or modify
6 349331a8 eb
dnl it under the terms of the GNU General Public License as published by
7 349331a8 eb
dnl the Free Software Foundation; either version 3, or (at your option)
8 349331a8 eb
dnl any later version.
9 349331a8 eb
dnl 
10 349331a8 eb
dnl GNU Radio is distributed in the hope that it will be useful,
11 349331a8 eb
dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
12 349331a8 eb
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 349331a8 eb
dnl GNU General Public License for more details.
14 349331a8 eb
dnl 
15 349331a8 eb
dnl You should have received a copy of the GNU General Public License
16 349331a8 eb
dnl along with GNU Radio; see the file COPYING.  If not, write to
17 349331a8 eb
dnl the Free Software Foundation, Inc., 51 Franklin Street,
18 349331a8 eb
dnl Boston, MA 02110-1301, USA.
19 349331a8 eb
20 349331a8 eb
AC_DEFUN([GRC_DOCS],[
21 349331a8 eb
    GRC_ENABLE(docs)
22 349331a8 eb
23 349331a8 eb
    AC_CONFIG_FILES([ \
24 349331a8 eb
	docs/Makefile \
25 349331a8 eb
        docs/doxygen/Doxyfile \
26 349331a8 eb
        docs/doxygen/Makefile \
27 349331a8 eb
        docs/doxygen/other/Makefile \
28 349331a8 eb
    ])
29 349331a8 eb
30 349331a8 eb
    GRC_BUILD_CONDITIONAL(docs)
31 349331a8 eb
32 349331a8 eb
])