summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index e9f658fea6..6ed87add25 100644
--- a/Makefile
+++ b/Makefile
@@ -130,7 +130,7 @@ all : library
all : interpreter
all : scaladoc
all : dtd2scala
-#all : library-doc
+all : library-doc
force : fastclean
@$(make) all
@@ -208,15 +208,15 @@ library-doc : .latest-library-sdc
touch $@
.latest-library-jc : $(LIBRARY_JC_FILES)
- @$(make) jc target=LIBRARY LIBRARY_JC_FILES='$?'
+ @$(make) jc target=LIBRARY LIBRARY_JC_FILES='$(subst $$,$$$$,$?)'
touch $@
.latest-library-sc : $(LIBRARY_SC_FILES)
- @$(make) sc target=LIBRARY LIBRARY_SC_FILES='$(subst $$,\$$$$,$?)'
+ @$(make) sc target=LIBRARY LIBRARY_SC_FILES='$(subst $$,$$$$,$?)'
touch $@
.latest-library-sdc : $(LIBRARY_SDC_FILES)
- @$(make) sdc target=LIBRARY LIBRARY_SDC_FILES='$(subst $$,\$$$$,$(LIBRARY_SDC_FILES))'
+ @$(make) sdc target=LIBRARY
touch $@
.latest-interpreter : $(INTERPRETER_JC_FILES)