Browse Source

mk/server.mk: Use a new path

This prepares the migration out of the current orgmode.org server.
Bastien 3 years ago
parent
commit
2311677880
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mk/server.mk

+ 1 - 1
mk/server.mk

@@ -26,7 +26,7 @@ helpserver::
 
 #----------------------------------------------------------------------
 
-SERVROOT ?= /var/www/orgmode.org
+SERVROOT ?= upload
 SERVERMK ?= true # or just any value at all, really
 
 #----------------------------------------------------------------------