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:
Achim Gratz 2012-08-26 14:03:20 +02:00
parent 4de217ab2f
commit fb2af507f0
1 changed files with 2 additions and 3 deletions

View File

@ -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
#----------------------------------------------------------------------