From 21a4dcc99ce03b8663d69a6089f753ce0c360bb8 Mon Sep 17 00:00:00 2001 From: cremet Date: Fri, 28 Nov 2003 15:42:25 +0000 Subject: - 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 --- support/make/sdc.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'support/make') 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 -- cgit v1.2.3