doxygen.mk: Now not creating local doxygen.conf.tmpl

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2016-02-11 21:49:27 +00:00
commit 378b3ad35d

View file

@ -78,7 +78,8 @@ install.doxygen:
$(wildcard $(DX_OUTPUT_DIR)/*.png) \
$(wildcard $(DX_OUTPUT_DIR)/*.css) \
$(DX_INSTALL_DIR)
%: %.tmpl
$(DX_DOXYGEN_CONF): $(firstword $(wildcard $(DX_DOXYGEN_CONF).tmpl $(DX_FALLBACK_CONF_TMPL)))
$(SED) " \
s/__VERSION__/$(DIST_VERSION)/g; \
s/__PROJECT__/$(PROJECT)/g; \