From 5aa0707135983883434c13627dd1adad3eade648 Mon Sep 17 00:00:00 2001 From: alegrand Date: Fri, 28 Jan 2005 00:25:19 +0000 Subject: [PATCH] moving this autogenerated file git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@803 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- doc/Doxyfile.API | 2 +- doc/Makefile.am | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Doxyfile.API b/doc/Doxyfile.API index 95d6a8c2ed..b2aacb115a 100644 --- a/doc/Doxyfile.API +++ b/doc/Doxyfile.API @@ -404,7 +404,7 @@ INPUT = ../include/ \ ../src/msg/task.c \ ../src/xbt/ \ ../src/modules.doc \ - ../src/api_index.doc + ../doc/api_index.doc # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp diff --git a/doc/Makefile.am b/doc/Makefile.am index 22b5185756..c5c2d43966 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -3,11 +3,11 @@ DOCSOURCES = $(shell find @top_srcdir@/src @top_srcdir@/include -name "*.[chl]") EXTRA_DIST = html Doxyfile.API Doxyfile.Examples Doxyfile.main html: $(DOCSOURCES) Doxyfile.API Doxyfile.Examples Doxyfile.main - @touch @top_srcdir@/src/api_index.doc + @touch @top_srcdir@/doc/api_index.doc @doxygen Doxyfile.main @doxygen Doxyfile.API @doxygen Doxyfile.Examples - @@top_srcdir@/tools/doxygen/index_create.pl html/API/API.tag @top_srcdir@/src/api_index.doc + @@top_srcdir@/tools/doxygen/index_create.pl html/API/API.tag @top_srcdir@/doc/api_index.doc @cp simgrid_logo.png simgrid_modules.jpg html/ @doxygen Doxyfile.API @doxygen Doxyfile.Examples -- 2.20.1