server.mk: do not prevent proper customization
* mk/server.mk: Do not prevent proper customization, so do not overwrite existing variables.
This commit is contained in:
parent
6dc409c2bb
commit
a161c0ebe5
|
@ -24,9 +24,8 @@ helpserver::
|
|||
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
# no slash / at the end
|
||||
SERVROOT = /var/www/orgmode.org
|
||||
SERVERMK = true # or just any value at all, really
|
||||
SERVROOT ?= /var/www/orgmode.org
|
||||
SERVERMK ?= true # or just any value at all, really
|
||||
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue