1## Process this file with automake to create Makefile.in
2#
3# Copyright (c) 2000, 2001 Tama Communications Corporation
4#
5# This file is free software; as a special exception the author gives
6# unlimited permission to copy and/or distribute it, with or without
7# modifications, as long as this notice is preserved.
8#
9# This program is distributed in the hope that it will be useful, but
10# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
11# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12#
13info_TEXINFOS = global.texi
14
15global_TEXINFOS = fdl.texi reference.texi \
16	global.ref gtags.ref htags.ref htags-server.ref gozilla.ref \
17	gtags-cscope.ref globash.ref gtags.conf.ref
18
19EXTRA_DIST = texinfo.tex
20
21doxygen:
22	cd .. && GTAGSCONF=':htags_options=--insert-header=head.in:' doxygen doc/Doxyfile
23