]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - doc/Makefile
Update to TEP115
[tinyos-2.x.git] / doc / Makefile
index c2ffc6a1c416c9432fec2d4ce2f4f1732ba15c9e..7aa77f42464f639734836cf572c0ed17c491c545 100644 (file)
@@ -30,7 +30,7 @@ $(OVERVIEW_HTML): $(OVERVIEW) $(STYLESHEET)
 
 %.tex: txt/%.txt 
        $(RST2LATEX) $< > pdf/$@
-       pdflatex -output-directory pdf $@
+       pdflatex -interaction=batchmode -output-directory pdf $@
 
 overview: $(OVERVIEW_HTML)
 
@@ -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
+