[Tinyos-2-commits] CVS: tinyos-2.x/doc build.xml,NONE,1.1
Jan Beutel
beutel at users.sourceforge.net
Tue Aug 14 12:00:38 PDT 2007
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/doc/html tep122.html, NONE,
1.1 tep130.html, NONE, 1.1 tep127.html, NONE, 1.1 tep128.html,
NONE, 1.1 tep105.html, NONE, 1.1 tep129.html, NONE,
1.1 tep2.html, 1.11, 1.12 tep119.html, 1.10, 1.11 tep113.html,
1.9, 1.10 tep123.html, 1.9, 1.10 tep126.html, 1.2,
1.3 tep1.html, 1.10, 1.11 tep106.html, 1.9, 1.10 tep101.html,
1.9, 1.10 tep118.html, 1.7, 1.8 tep124.html, 1.3,
1.4 tep125.html, 1.3, 1.4 overview.html, 1.8, 1.9 tep112.html,
1.9, 1.10 tep109.html, 1.8, 1.9 tep114.html, 1.8,
1.9 tep108.html, 1.10, 1.11 tep115.html, 1.9, 1.10 tep117.html,
1.8, 1.9 tep120.html, 1.9, 1.10 porting.html, 1.6,
1.7 tep116.html, 1.12, 1.13 tep110.html, 1.7, 1.8 tep121.html,
1.7, 1.8 tep102.html, 1.9, 1.10 tep107.html, 1.13,
1.14 tep103.html, 1.7, 1.8 tep3.html, 1.7, 1.8 tep111.html,
1.10, 1.11
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tools build.xml,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/doc
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1748/doc
Added Files:
build.xml
Log Message:
added ant build.xml for better automating the build process
--- NEW FILE: build.xml ---
<project name="tinyos-2.x docs" default="all">
<target name="all" >
<echo message = "Building tinyos-2.x docs as html" />
<exec executable="make" failonerror="true">
<arg line="all" />
</exec>
</target>
<target name="clean" >
<echo message = "Building tinyos-2.x docs as pdf" />
<exec executable="make" failonerror="true">
<arg line="pdf" />
</exec>
</target>
</project>
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/doc/html tep122.html, NONE,
1.1 tep130.html, NONE, 1.1 tep127.html, NONE, 1.1 tep128.html,
NONE, 1.1 tep105.html, NONE, 1.1 tep129.html, NONE,
1.1 tep2.html, 1.11, 1.12 tep119.html, 1.10, 1.11 tep113.html,
1.9, 1.10 tep123.html, 1.9, 1.10 tep126.html, 1.2,
1.3 tep1.html, 1.10, 1.11 tep106.html, 1.9, 1.10 tep101.html,
1.9, 1.10 tep118.html, 1.7, 1.8 tep124.html, 1.3,
1.4 tep125.html, 1.3, 1.4 overview.html, 1.8, 1.9 tep112.html,
1.9, 1.10 tep109.html, 1.8, 1.9 tep114.html, 1.8,
1.9 tep108.html, 1.10, 1.11 tep115.html, 1.9, 1.10 tep117.html,
1.8, 1.9 tep120.html, 1.9, 1.10 porting.html, 1.6,
1.7 tep116.html, 1.12, 1.13 tep110.html, 1.7, 1.8 tep121.html,
1.7, 1.8 tep102.html, 1.9, 1.10 tep107.html, 1.13,
1.14 tep103.html, 1.7, 1.8 tep3.html, 1.7, 1.8 tep111.html,
1.10, 1.11
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tools build.xml,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list