[Tinyos-2-commits] CVS: tinyos-2.x/doc Makefile, 1.5, 1.6 build.xml, 1.4, 1.5

Jan Beutel beutel at users.sourceforge.net
Wed Aug 15 08:05:00 PDT 2007


Update of /cvsroot/tinyos/tinyos-2.x/doc
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3808/doc

Modified Files:
	Makefile build.xml 
Log Message:
added cleanpdf target

Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Makefile	20 Jun 2007 20:00:36 -0000	1.5
--- Makefile	15 Aug 2007 15:04:58 -0000	1.6
***************
*** 40,41 ****
--- 40,44 ----
  	rm -f html/*.html txt/*~ pdf/*.log pdf/*.out pdf/*.tex pdf/*.aux
  
+ cleanpdf:
+ 	rm -f pdf/*.log pdf/*.out pdf/*.tex pdf/*.aux
+ 

Index: build.xml
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/build.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** build.xml	15 Aug 2007 14:38:23 -0000	1.4
--- build.xml	15 Aug 2007 15:04:58 -0000	1.5
***************
*** 14,18 ****
  		</exec>
  		<exec executable="make" failonerror="true">
! 			<arg  line="clean" />
  		</exec>
  	</target>
--- 14,18 ----
  		</exec>
  		<exec executable="make" failonerror="true">
! 			<arg  line="cleanpdf" />
  		</exec>
  	</target>



More information about the Tinyos-2-commits mailing list