[Tinyos-2-commits] CVS: tinyos-2.x/doc build.xml,1.2,1.3
Jan Beutel
beutel at users.sourceforge.net
Wed Aug 15 07:28:17 PDT 2007
Update of /cvsroot/tinyos/tinyos-2.x/doc
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19847/doc
Modified Files:
build.xml
Log Message:
added removal of temporary files from pdf generation
Index: build.xml
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** build.xml 15 Aug 2007 12:33:49 -0000 1.2
--- build.xml 15 Aug 2007 14:28:15 -0000 1.3
***************
*** 13,16 ****
--- 13,19 ----
<arg line="pdf" />
</exec>
+ <exec executable="rm" failonerror="true">
+ <arg line="pdf/*.out pdf/*.aux pdf/*.log" />
+ </exec>
</target>
</project>
More information about the Tinyos-2-commits
mailing list