Skip to content

Commit

Permalink
use new documentation feature in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingo60 committed Nov 18, 2013
1 parent bff3131 commit 44c5c74
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ JAVAC = javac -encoding UTF-8
YACC = pbyacc
# JAVA = java7 -XX:+TieredCompilation "-Dfrege.javac=javac -J-Xmx512m"
# JAVA = java7 -XX:+TieredCompilation -Dfrege.javac=internal
JAVA = java7 -Dfrege.javac=internal
JAVA = java -Dfrege.javac=internal


DOC = ../frege.github.com/doc
Expand Down Expand Up @@ -394,12 +394,9 @@ runtime:
doc/index.html: $(RUNTIME)


docu: build/frege/tools/Doc.class
docu: fregec.jar
javadoc -private -sourcepath . -d $(DOC) -encoding UTF-8 frege.runtime
$(FREGECC) -make frege/StandardLibrary.fr
perl scripts/gendocmk.pl $(DOC) >makedoc
$(MAKE) -f makedoc docu
rm makedoc
$(JAVA) -cp fregec.jar frege.tools.Doc -v -d $(DOC) -x frege.compiler,frege.runtime,frege.S,frege.V fregec.jar


#
Expand Down

0 comments on commit 44c5c74

Please sign in to comment.