tmpl/doxygen/Makefile, doxygen.conf.tmpl: Add doxygen.conf.tmpl to tmpl/doxygen

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2016-02-11 15:47:19 +00:00
commit 2c15a0925a
2 changed files with 21 additions and 1 deletions

View file

@ -10,7 +10,7 @@ LOGO = logo.png
include $(TOPDIR)/make/proj.mk
include $(MODDIR)/make/svg.mk
LOCAL_TMPL = $(wildcard *.html $(LOGO))
LOCAL_TMPL = $(wildcard *.html *.tmpl $(LOGO))
include $(MODDIR)/make/tmpl.mk