summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2013-07-13 06:44:22 +0000
committerrubidium <rubidium@openttd.org>2013-07-13 06:44:22 +0000
commit8f89cd6dd3dff7c36c6080de03b4ffc102f1b771 (patch)
treea7b9dccd0cda0c5531c1d1fcb14e45f8de50548c /src
parentfac0bc4176503643e3cc297d2f2d8bd9bb2f451a (diff)
downloadopenttd-8f89cd6dd3dff7c36c6080de03b4ffc102f1b771.tar.xz
(svn r25595) -Fix-ish: move the Doxygen .tag files into objs, so they are automatically ignored and removed upon mrproper/distclean. Furthermore remove the gamedocs folder too
Diffstat (limited to 'src')
-rw-r--r--src/script/api/Doxyfile_AI2
-rw-r--r--src/script/api/Doxyfile_Game2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/script/api/Doxyfile_AI b/src/script/api/Doxyfile_AI
index 04c56db3a..568859bff 100644
--- a/src/script/api/Doxyfile_AI
+++ b/src/script/api/Doxyfile_AI
@@ -213,7 +213,7 @@ SKIP_FUNCTION_MACROS = YES
# Configuration::additions related to external references
#---------------------------------------------------------------------------
TAGFILES =
-GENERATE_TAGFILE = openttd_noai.tag
+GENERATE_TAGFILE = ../../../objs/openttd_noai.tag
ALLEXTERNALS = NO
EXTERNAL_GROUPS = YES
PERL_PATH = /usr/bin/perl
diff --git a/src/script/api/Doxyfile_Game b/src/script/api/Doxyfile_Game
index d8518912f..1edfe42c7 100644
--- a/src/script/api/Doxyfile_Game
+++ b/src/script/api/Doxyfile_Game
@@ -213,7 +213,7 @@ SKIP_FUNCTION_MACROS = YES
# Configuration::additions related to external references
#---------------------------------------------------------------------------
TAGFILES =
-GENERATE_TAGFILE = openttd_nogo.tag
+GENERATE_TAGFILE = ../../../objs/openttd_nogo.tag
ALLEXTERNALS = NO
EXTERNAL_GROUPS = YES
PERL_PATH = /usr/bin/perl