projects
/
pve-docs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
734404b
)
Makefile: use ?= for $BROWSER
author
Wolfgang Bumiller
<w.bumiller@proxmox.com>
Thu, 3 Mar 2016 09:01:14 +0000
(10:01 +0100)
committer
Wolfgang Bumiller
<w.bumiller@proxmox.com>
Thu, 3 Mar 2016 09:01:14 +0000
(10:01 +0100)
This way the $BROWSER environment variable is used instead
if it exists.
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index d636fb6085354feab7b1588f5bfd284338c51ae8..30eb5db034241f6b43b652a6ac513622f373e185 100644
(file)
--- a/
Makefile
+++ b/
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 $@;