[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


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>



More information about the Tinyos-2-commits mailing list