diff options
-rw-r--r-- | Doxyfile | 2 | ||||
-rw-r--r-- | Makefile.in | 4 | ||||
-rw-r--r-- | src/script/api/Doxyfile_AI | 2 | ||||
-rw-r--r-- | src/script/api/Doxyfile_Game | 2 |
4 files changed, 4 insertions, 6 deletions
@@ -202,7 +202,7 @@ SKIP_FUNCTION_MACROS = YES # Configuration::additions related to external references #--------------------------------------------------------------------------- TAGFILES = -GENERATE_TAGFILE = openttd.tag +GENERATE_TAGFILE = objs/openttd.tag ALLEXTERNALS = NO EXTERNAL_GROUPS = YES PERL_PATH = /usr/bin/perl diff --git a/Makefile.in b/Makefile.in index ad43bb34c..0d50fc1b1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -144,11 +144,9 @@ mrproper: # output of profiling $(Q)rm -f $(BIN_DIR)/gmon.out # output of generating 'API' documentation - $(Q)rm -f $(ROOT_DIR)/openttd.tag $(Q)rm -rf $(ROOT_DIR)/docs/source -# output of generating AI API documentation - $(Q)rm -f $(SRC_DIR)/ai/api/openttd.tag $(Q)rm -rf $(ROOT_DIR)/docs/aidocs + $(Q)rm -rf $(ROOT_DIR)/docs/gamedocs # directories created by OpenTTD on regression testing $(Q)rm -rf $(BIN_DIR)/ai/regression/content_download $(BIN_DIR)/ai/regression/save $(BIN_DIR)/ai/regression/scenario distclean: mrproper 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 |