AVX-512: Fixed encoding of VMOVQ instruction.
[oota-llvm.git] / docs / Makefile
index 122c4b834bba47009bb6f35d5d467fc6472d257a..502049174a225be7d40ac953f6bd32dad23fde1b 100644 (file)
@@ -19,7 +19,12 @@ $(PROJ_OBJ_DIR)/doxygen.cfg: doxygen.cfg.in
          -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_builddir@/../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' > $@
 endif
 
 include $(LEVEL)/Makefile.common