[Tinyos-2-commits] CVS: tinyos-2.x/support/sdk/java Makefile,
1.1.2.3, 1.1.2.4
David Gay
idgay at users.sourceforge.net
Fri Jul 7 12:02:02 PDT 2006
Update of /cvsroot/tinyos/tinyos-2.x/support/sdk/java
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23837
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
Makefile
Log Message:
javadoc fixes
javadoc target in top-level Makefile to make javadoc
Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/sdk/java/Attic/Makefile,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -d -r1.1.2.3 -r1.1.2.4
*** Makefile 6 Apr 2006 04:19:17 -0000 1.1.2.3
--- Makefile 7 Jul 2006 19:01:29 -0000 1.1.2.4
***************
*** 3,6 ****
--- 3,8 ----
SUBDIRS = net
+ JAVADOCDIR = ../../../doc/html/tos-javasdk-javadoc
+
ROOT = .
include $(ROOT)/Makefile.include
***************
*** 11,12 ****
--- 13,18 ----
@# .class file we assume always exists
find . -name '*.class' | xargs jar cf tinyos.jar
+
+ javadoc: all
+ rm -rf $(JAVADOCDIR)
+ javadoc -d $(JAVADOCDIR) `find -name *.java`
More information about the Tinyos-2-commits
mailing list