summaryrefslogtreecommitdiff
path: root/Makefile
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
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')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 93abee98fd..4716ceb008 100644
--- a/Makefile
+++ b/Makefile
@@ -88,7 +88,7 @@ LIBRARY_SOURCES += $(LIBRARY_LIST:%=$(LIBRARY_ROOT)/%)
LIBRARY_JC_FILES += $(filter %.java,$(LIBRARY_SOURCES))
LIBRARY_SC_FILES += $(filter %.scala,$(LIBRARY_SOURCES))
LIBRARY_SDC_FILES += $(LIBRARY_SC_FILES)
-LIBRARY_SDC_OUTPUTDIR = $(PROJECT_APIDIR)
+LIBRARY_SDC_OUTPUTDIR = $(PROJECT_APIDOCDIR)
# scala interpreter
INTERPRETER_ROOT = $(PROJECT_SOURCEDIR)/scalai
@@ -156,6 +156,7 @@ distclean : clean
$(RM) $(SCRIPTS_WRAPPER)
$(RM) $(PROJECT_JAR_ARCHIVE)
$(RM) $(ROOT)/support/latex/*.class
+ $(RM) -r $(PROJECT_APIDOCDIR)
scripts : $(SCRIPTS_WRAPPER_LINKS)
lamplib : .latest-lamplib