]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - doc/build.xml
Update tos-bsl for win32 python
[tinyos-2.x.git] / doc / build.xml
index 1e46b12208f620def2453ec793a2d21183f2adb2..d9da73c30f1c5090de114921d35e6f44d1b2ac27 100644 (file)
@@ -7,10 +7,13 @@
                </exec>
        </target>
 
-       <target name="clean" >
+       <target name="pdf" >
                <echo message = "Building tinyos-2.x docs as pdf" />
                <exec executable="make" failonerror="true">
                        <arg  line="pdf" />
                </exec>
+               <exec executable="make" failonerror="true">
+                       <arg  line="cleanpdf" />
+               </exec>
        </target>
 </project>