mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
doxygen.mk: Add support for DX_BROWSER variable
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
5f1d0bebce
commit
0acffa7b70
1 changed files with 2 additions and 1 deletions
|
|
@ -25,6 +25,7 @@ DX_DOC_FILES = $(DX_INCLUDE)
|
|||
DX_DOXYGEN_CONF ?= doxygen.conf
|
||||
DX_INCLUDE_TMPL_DIR ?= $(MODDIR)/tmpl/doxygen
|
||||
DX_FALLBACK_CONF_TMPL ?= $(DX_INCLUDE_TMPL_DIR)/doxygen.conf.tmpl
|
||||
DX_BROWSER ?= $(BROWSER)
|
||||
|
||||
# replaced pattern defaults
|
||||
DX_FILE_PATTERNS ?= *.h *.c *.cpp
|
||||
|
|
@ -58,7 +59,7 @@ doc.done: doxygen.done cpfiles.done
|
|||
touch $@
|
||||
|
||||
view: doc.done
|
||||
konqueror $(DX_OUTPUT_DIR)/index.html
|
||||
$(DX_BROWSER) $(DX_OUTPUT_DIR)/index.html
|
||||
|
||||
upload.done: doxygen.done cpfiles.done
|
||||
upload.sh $(DX_OUTPUT_DIR)/ $(UPLOAD_URL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue