aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2016-04-24 14:52:20 +0200
committerSylvain Munaut <tnt@246tNt.com>2016-04-25 10:00:23 +0200
commit6a4ca30df3624520838a68645cdc04f5923d22e2 (patch)
tree99794e4233e0b85852192c0d8ce88415267889c1
parentb52837b969d9bece1f87555da1c893a34b6531b9 (diff)
Doxygen: Enable client-based search engine
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
-rw-r--r--Doxyfile.in2
-rw-r--r--Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/Doxyfile.in b/Doxyfile.in
index 1826776..4aae688 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -1141,7 +1141,7 @@ MATHJAX_RELPATH = http://www.mathjax.org/mathjax
# typically be disabled. For large projects the javascript based search engine
# can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution.
-SEARCHENGINE = NO
+SEARCHENGINE = YES
# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
# implemented using a PHP enabled web server instead of at the web client
diff --git a/Makefile.am b/Makefile.am
index c36f0b5..32c655a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,7 +30,7 @@ install-data-hook:
uninstall-hook:
rm -rf $(DESTDIR)$(htmldir)
-DX_CLEAN = doc/{html,latex}/* doc/html.tar
+DX_CLEAN = doc/html/search/* doc/{html,latex}/* doc/html.tar
endif