Ver Fonte

server.mk: do not prevent proper customization

* mk/server.mk: Do not prevent proper customization, so do not
  overwrite existing variables.
Achim Gratz há 12 anos atrás
pai
commit
fb2af507f0
1 ficheiros alterados com 2 adições e 3 exclusões
  1. 2 3
      mk/server.mk

+ 2 - 3
mk/server.mk

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