]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - doc/Makefile
debug: add cfprintf macro
[tinyos-2.x.git] / doc / Makefile
index 8619ae41475d9e0028fa7b629098f298cbfcf715..70870dd645a610d8f304879df011547bb80e9b5f 100644 (file)
@@ -9,10 +9,10 @@ TEP_STYLESHEET = stylesheets/tep.css
 
 #override for different docutils installations
 ifndef RST2HTML
-RST2HTML= rst2html.py
+RST2HTML= rst2html
 endif
 ifndef RST2LATEX
-RST2LATEX= rst2latex.py
+RST2LATEX= rst2latex
 endif
 
 
@@ -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)