0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-12 03:39:55 +00:00

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 6dc409c2bb
commit a161c0ebe5

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