summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2003-08-11 08:07:46 +0000
committerpaltherr <paltherr@epfl.ch>2003-08-11 08:07:46 +0000
commit6e5ee797783ff13bf50c90d99f30bf3e1aacc0fe (patch)
tree68f8a747d6d92d349bc16e32f15a584c2b990284 /Makefile.config
parent5893d5b55b0b1d343c56743566789007ad4cd6a6 (diff)
downloadscala-6e5ee797783ff13bf50c90d99f30bf3e1aacc0fe.tar.gz
scala-6e5ee797783ff13bf50c90d99f30bf3e1aacc0fe.tar.bz2
scala-6e5ee797783ff13bf50c90d99f30bf3e1aacc0fe.zip
- Renamed apidir to apidocdir
- Added removal of apidocdir on distclean
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 b9a2c5dcd0..25e68a0ce8 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -22,7 +22,7 @@ PROJECT_SOURCEDIR ?= $(PROJECT_ROOT)/sources
PROJECT_OUTPUTDIR ?= $(PROJECT_ROOT)/classes
PROJECT_CLASSPATH ?= $(PROJECT_OUTPUTDIR)
PROJECT_LISTDIR ?= $(PROJECT_CONFIGDIR)/list
-PROJECT_APIDIR ?= $(PROJECT_DOCUMENTDIR)/api
+PROJECT_APIDOCDIR ?= $(PROJECT_DOCUMENTDIR)/api
##############################################################################
# External libraries