X-Git-Url: http://git.megacz.com/?p=org.ibex.classgen.git;a=blobdiff_plain;f=Makefile;h=c0b0454ed1cd5c01a1947b00b4a3a75e6dd05c4d;hp=2c9e9b5c9484b8820e53f5188aabb357af9258ac;hb=94cebd4c12247ae7fd0a4b0cc66609fead0efece;hpb=fb8a2dfe2f45b27710921562df968b86f2faceee diff --git a/Makefile b/Makefile index 2c9e9b5..c0b0454 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,13 @@ test: $(classes) clean: rm -rf build/* +.PHONY: doc +doc: doc/index.html + +doc/index.html: $(sources) src/org/ibex/classgen/package.html + mkdir -p doc + javadoc -d doc $(sources) + sizecheck: @for c in $(jar_classes); do \ for f in `echo $$c|sed 's,\.class$$,,;'`*.class; do gzip -c $$f; done | wc -c | tr -d '\n'; \