mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
doxygen.mk: Make doxygen config file a variable (DOXYGEN_CONF)
This commit is contained in:
parent
21b80cdcb0
commit
704a92abd7
1 changed files with 2 additions and 1 deletions
|
|
@ -15,6 +15,7 @@ UNTEMPLATED = $(patsubst %.tmpl,%,$(wildcard *.tmpl))
|
|||
OUTPUT_DIR ?= html
|
||||
INSTALL_DOXYGEN_DIR ?= $(DOC_PREFIX)/devel
|
||||
DOC_FILES = $(IMAGEDIR)/jannet_08.png
|
||||
DOXYGEN_CONF ?= doxygen.conf
|
||||
|
||||
all: html
|
||||
install: install.done
|
||||
|
|
@ -35,7 +36,7 @@ html: doxygen.done cpfiles.done
|
|||
> $@
|
||||
|
||||
doxygen.done: $(UNTEMPLATED)
|
||||
doxygen doxygen.conf
|
||||
doxygen $(DOXYGEN_CONF)
|
||||
touch $@
|
||||
|
||||
cpfiles.done: doxygen.done $(DOC_FILES)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue