From 7449f423015075040ab9357fa1cafb3d0accef1d Mon Sep 17 00:00:00 2001 From: alegrand Date: Tue, 9 Aug 2005 17:14:27 +0000 Subject: [PATCH 1/1] Make the list of functions, types, ... git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1645 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- doc/Doxyfile.in | 2 +- doc/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index f9bfc7a377..489de1b95e 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -985,7 +985,7 @@ TAGFILES = # When a file name is specified after GENERATE_TAGFILE, doxygen will create # a tag file that is based on the input files it reads. -GENERATE_TAGFILE = +GENERATE_TAGFILE = simgrid.tag # If the ALLEXTERNALS tag is set to YES all external classes will be listed # in the class index. If set to NO only the inherited external classes diff --git a/doc/Makefile.am b/doc/Makefile.am index e9e3164041..74f017d294 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -4,7 +4,7 @@ DOCSOURCES = $(shell find @top_srcdir@/tools/gras @top_srcdir@/src @top_srcdir@ EXTRA_DIST = html Doxyfile \ modules.doc FAQ.doc index.doc footer.html simgrid_logo.png simgrid_modules.png -DISTCLEANFILES = api_index.doc +DISTCLEANFILES = index-API.doc simgrid.tag MAINTAINERCLEANFILES = html if MAINTAINER_MODE -- 2.20.1