summaryrefslogtreecommitdiffstats
path: root/llvm/docs/Makefile
diff options
context:
space:
mode:
authorLogan Chien <tzuhsiang.chien@gmail.com>2015-03-12 17:25:01 +0000
committerLogan Chien <tzuhsiang.chien@gmail.com>2015-03-12 17:25:01 +0000
commit26c9f2f2450fff034fd50e2f06fe6b7058ec9d33 (patch)
tree376fb823fd0b5f9f44b837fef9dcff1c0cd61488 /llvm/docs/Makefile
parentf204b00940fec8329bb85afc7ab294c304346293 (diff)
downloadbcm5719-llvm-26c9f2f2450fff034fd50e2f06fe6b7058ec9d33.tar.gz
bcm5719-llvm-26c9f2f2450fff034fd50e2f06fe6b7058ec9d33.zip
[autoconf] Refine doxygen document options.
This CL adds --enable-doxygen-search to enable doxygen search engine and --enable-doxygen-qt-help to enable the Qt help file generation. llvm-svn: 232062
Diffstat (limited to 'llvm/docs/Makefile')
-rw-r--r--llvm/docs/Makefile15
1 files changed, 11 insertions, 4 deletions
diff --git a/llvm/docs/Makefile b/llvm/docs/Makefile
index dcf2f39e2c5..7d0ddbb7362 100644
--- a/llvm/docs/Makefile
+++ b/llvm/docs/Makefile
@@ -16,15 +16,22 @@ DOXYGEN = doxygen
$(PROJ_OBJ_DIR)/doxygen.cfg: doxygen.cfg.in
cat $< | sed \
- -e 's/@abs_top_srcdir@/../g' \
-e 's/@DOT@/dot/g' \
-e 's/@PACKAGE_VERSION@/mainline/' \
-e 's/@abs_top_builddir@/../g' \
+ -e 's/@abs_top_srcdir@/../g' \
+ -e 's/@enable_external_search@/NO/g' \
-e 's/@enable_searchengine@/NO/g' \
- -e 's/@searchengine_url@//g' \
-e 's/@enable_server_based_search@/NO/g' \
- -e 's/@enable_external_search@/NO/g' \
- -e 's/@extra_search_mappings@//g' > $@
+ -e 's/@extra_search_mappings@//g' \
+ -e 's/@llvm_doxygen_generate_qhp@//g' \
+ -e 's/@llvm_doxygen_qch_filename@//g' \
+ -e 's/@llvm_doxygen_qhelpgenerator_path@//g' \
+ -e 's/@llvm_doxygen_qhp_cust_filter_attrs@//g' \
+ -e 's/@llvm_doxygen_qhp_cust_filter_name@//g' \
+ -e 's/@llvm_doxygen_qhp_namespace@//g' \
+ -e 's/@searchengine_url@//g' \
+ > $@
endif
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud