Doxygen: add build option to use svg instead of png files for graphs
[oota-llvm.git] / docs / Makefile
index c9d2477c0af29f3d516a51bd267ca56786a91211..da649bc887321200d01de23c8aef7e23785bd81e 100644 (file)
@@ -31,6 +31,7 @@ $(PROJ_OBJ_DIR)/doxygen.cfg: doxygen.cfg.in
          -e 's/@llvm_doxygen_qhp_cust_filter_name@//g' \
          -e 's/@llvm_doxygen_qhp_namespace@//g' \
          -e 's/@searchengine_url@//g' \
+         -e 's/@DOT_IMAGE_FORMAT@/png/g' \
          > $@
 endif