summaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorMichael Gottesman <mgottesman@apple.com>2013-08-28 20:29:44 +0000
committerMichael Gottesman <mgottesman@apple.com>2013-08-28 20:29:44 +0000
commit855baa6eaaca11b186daaf35242edb87acf32aed (patch)
treec1cad4acdf8f79329c76ec7cee649f2ad69bca2b /docs/Makefile
parent1ab6c6c80b53f88ff245f17b243609853d76446b (diff)
downloadclang-855baa6eaaca11b186daaf35242edb87acf32aed.tar.gz
clang-855baa6eaaca11b186daaf35242edb87acf32aed.tar.bz2
clang-855baa6eaaca11b186daaf35242edb87acf32aed.tar.xz
[doxygen] Added support for doxygen external search.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@189509 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 2608046f1f..0723ac986b 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -19,7 +19,11 @@ $(PROJ_OBJ_DIR)/doxygen.cfg: doxygen.cfg.in
-e 's/@abs_srcdir@/./g' \
-e 's/@DOT@/dot/g' \
-e 's/@PACKAGE_VERSION@/mainline/' \
- -e 's/@abs_builddir@/./g' > $@
+ -e 's/@abs_builddir@/./g' \
+ -e 's/@enable_searchengine@/NO/g' \
+ -e 's/@enable_server_based_search@/NO/g' \
+ -e 's/@enable_external_search@/NO/g' \
+ -e 's/@extra_search_mappings@/NO/g' > $@
endif
include $(CLANG_LEVEL)/Makefile