From 6bed82cefd4a8a309d46cbf7e247d9b6af3b679b Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Sun, 24 Apr 2016 14:57:23 +0200 Subject: Doxygen: Enable client-based search engine Signed-off-by: Sylvain Munaut --- Doxyfile.in | 2 +- Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doxyfile.in b/Doxyfile.in index 8b71d71..acbc3bc 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 c637091..b541e38 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,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 -- cgit v1.2.3