[Tinyos-2-commits] CVS: tinyos-2.x/support/sdk/java Makefile,
1.1.2.4, 1.1.2.5
David Gay
idgay at users.sourceforge.net
Fri Jul 7 12:02:13 PDT 2006
Update of /cvsroot/tinyos/tinyos-2.x/support/sdk/java
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv24199
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
Makefile
Log Message:
make javadoc dir
Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/sdk/java/Attic/Makefile,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -d -r1.1.2.4 -r1.1.2.5
*** Makefile 7 Jul 2006 19:01:29 -0000 1.1.2.4
--- Makefile 7 Jul 2006 19:02:11 -0000 1.1.2.5
***************
*** 16,18 ****
--- 16,19 ----
javadoc: all
rm -rf $(JAVADOCDIR)
+ mkdir -p $(JAVADOCDIR)
javadoc -d $(JAVADOCDIR) `find -name *.java`
More information about the Tinyos-2-commits
mailing list