[docs] Replace the doxygen qch option properly.
authorLogan Chien <tzuhsiang.chien@gmail.com>
Thu, 12 Mar 2015 17:27:19 +0000 (17:27 +0000)
committerLogan Chien <tzuhsiang.chien@gmail.com>
Thu, 12 Mar 2015 17:27:19 +0000 (17:27 +0000)
llvm-svn: 232065

clang/docs/Makefile

index a76ce02..3aa871d 100644 (file)
@@ -16,15 +16,22 @@ DOXYGEN = doxygen
 
 $(PROJ_OBJ_DIR)/doxygen.cfg: doxygen.cfg.in
        cat $< | sed \
-         -e 's/@abs_srcdir@/./g' \
          -e 's/@DOT@/dot/g' \
          -e 's/@PACKAGE_VERSION@/mainline/' \
          -e 's/@abs_builddir@/./g' \
+         -e 's/@abs_srcdir@/./g' \
+         -e 's/@clang_doxygen_generate_qhp@/NO/g' \
+         -e 's/@clang_doxygen_qch_filename@//g' \
+         -e 's/@clang_doxygen_qhelpgenerator_path@//g' \
+         -e 's/@clang_doxygen_qhp_cust_filter_attrs@//g' \
+         -e 's/@clang_doxygen_qhp_cust_filter_name@//g' \
+         -e 's/@clang_doxygen_qhp_namespace@//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/@searchengine_url@//g' \
+         > $@
 endif
 
 include $(CLANG_LEVEL)/Makefile