summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2003-11-24 18:41:36 +0000
committermichelou <michelou@epfl.ch>2003-11-24 18:41:36 +0000
commit7ce4434052ce91f8af82d34cffd8cd1b16a21a02 (patch)
treea15624baf0d8d493572736fe248a761b4583de88 /Makefile.config
parentd5bb139c0c924b2e769dce8392f2b7e53ef3540a (diff)
downloadscala-7ce4434052ce91f8af82d34cffd8cd1b16a21a02.tar.gz
scala-7ce4434052ce91f8af82d34cffd8cd1b16a21a02.tar.bz2
scala-7ce4434052ce91f8af82d34cffd8cd1b16a21a02.zip
- corrected hard-coded path for WWWROOT
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.config b/Makefile.config
index b5cf814a3b..15ed0ee60c 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -31,7 +31,7 @@ PROJECT_APIDOCDIR ?= $(PROJECT_DOCUMENTDIR)/api
##############################################################################
# Website setup
-WEBSITE_WWWROOT ?= $(shell pwd)/htdocs
+WEBSITE_WWWROOT ?= $(shell cd "$(dir $(PROJECT_HTDOCSDIR))"; pwd)/$(notdir $(PROJECT_HTDOCSDIR))
WEBSITE_DATA_INSTALLS ?= $(WEBSITE_SOURCEDIR)/downloads/installers.xml
WEBSITE_DATA_DISTRIBS ?= $(WEBSITE_SOURCEDIR)/downloads/distrib/distributions.xml