mirror of
git://git.proxmox.com/git/pve-docs.git
synced 2025-03-20 22:50:06 +03:00
Makefile: use ?= for $BROWSER
This way the $BROWSER environment variable is used instead if it exists.
This commit is contained in:
parent
734404b472
commit
fc1090efc7
2
Makefile
2
Makefile
@ -38,7 +38,7 @@ ADOC_STDARG= -a icons -a data-uri -a "date=$(shell date)"
|
||||
ADOC_MAN1_HTML_ARGS=-a "manvolnum=1" ${ADOC_STDARG} -a "revnumber=${RELEASE}"
|
||||
ADOC_MAN8_HTML_ARGS=-a "manvolnum=8" ${ADOC_STDARG} -a "revnumber=${RELEASE}"
|
||||
|
||||
BROWSER=xdg-open
|
||||
BROWSER?=xdg-open
|
||||
|
||||
%-nwdiag.svg: %.nwdiag
|
||||
nwdiag -T svg $*.nwdiag -o $@;
|
||||
|
Loading…
x
Reference in New Issue
Block a user