From: beutel Date: Wed, 15 Aug 2007 15:04:58 +0000 (+0000) Subject: added cleanpdf target X-Git-Tag: release_tinyos_2_1_0_0~813 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=9f6cc0b96bc271ceaabacc1cc6c376b0cc5229ff added cleanpdf target --- diff --git a/doc/Makefile b/doc/Makefile index c2ffc6a1..8619ae41 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -39,3 +39,6 @@ teps: $(TEPS_HTML) clean: rm -f html/*.html txt/*~ pdf/*.log pdf/*.out pdf/*.tex pdf/*.aux +cleanpdf: + rm -f pdf/*.log pdf/*.out pdf/*.tex pdf/*.aux + diff --git a/doc/build.xml b/doc/build.xml index 0554f80b..d9da73c3 100644 --- a/doc/build.xml +++ b/doc/build.xml @@ -13,7 +13,7 @@ - +