summaryrefslogtreecommitdiff
path: root/support/make
diff options
context:
space:
mode:
authorcremet <cremet@epfl.ch>2003-11-28 15:42:25 +0000
committercremet <cremet@epfl.ch>2003-11-28 15:42:25 +0000
commit21a4dcc99ce03b8663d69a6089f753ce0c360bb8 (patch)
tree8ba13c0d10a6cde6df31ec1099674a03969b5433 /support/make
parent18be2fe9d82c9a0017d95f9ef7f80c6af2a940fb (diff)
downloadscala-21a4dcc99ce03b8663d69a6089f753ce0c360bb8.tar.gz
scala-21a4dcc99ce03b8663d69a6089f753ce0c360bb8.tar.bz2
scala-21a4dcc99ce03b8663d69a6089f753ce0c360bb8.zip
- Added the possibility to tell what packages a...
- Added the possibility to tell what packages are to be documented on the command line. Ex: scaladoc -d api *.scala -- scala java.lang
Diffstat (limited to 'support/make')
-rw-r--r--support/make/sdc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/make/sdc.mk b/support/make/sdc.mk
index 41f07276be..b65a91aa22 100644
--- a/support/make/sdc.mk
+++ b/support/make/sdc.mk
@@ -92,6 +92,7 @@ sdc += $(sdc_ENCODING:%=-encoding %)
sdc += $(sdc_SOURCE:%=-source %)
sdc += $(sdc_TARGET:%=-target %)
sdc += $(sdc_FILES:%=$(call CYGWIN_FILE,'%'))
+sdc += -- scala
##############################################################################
# Functions