From 60e5503b20647728b3319e9ebc15a0924b0069f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Sat, 10 Oct 2015 18:05:53 +0000 Subject: [PATCH] no search index when embedded in redmine --- ax_init_standard_project.m4 | 2 +- bootstrap.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ax_init_standard_project.m4 b/ax_init_standard_project.m4 index 32d9cfe..b49e82e 100644 --- a/ax_init_standard_project.m4 +++ b/ax_init_standard_project.m4 @@ -216,7 +216,7 @@ clean-standard-project-targets: -rm \${PACKAGE_TARNAME}-\${PACKAGE_VERSION}.tar.gz distclean-standard-project-targets: -rm -r autom4te.cache - -rm aclocal.m4 config.guess config.sub configure depcomp compile install-sh ltmain.sh makefile missing mkinstalldirs + -rm aclocal.m4 config.guess config.sub configure depcomp compile install-sh ltmain.sh makefile missing mkinstalldirs test-driver maintainer-clean-standard-project-targets: -rm makefile.in #### End: $0 diff --git a/bootstrap.sh b/bootstrap.sh index 5495fb5..07caf0b 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -672,7 +672,7 @@ if testtag AX_USE_DOXYGEN; then doxyreplace INLINE_SOURCES YES doxyreplace GENERATE_TESTLIST YES doxyreplace GENERATE_TREEVIEW NO - doxyreplace SEARCHENGINE YES + doxyreplace SEARCHENGINE NO doxyreplace GENERATE_HTML YES doxyreplace GENERATE_LATEX NO doxyreplace LATEX_BATCHMODE YES