X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=doc%2FMakefile;h=70870dd645a610d8f304879df011547bb80e9b5f;hb=7bae398b43f69d024cf524349705fee97ab002ae;hp=c2ffc6a1c416c9432fec2d4ce2f4f1732ba15c9e;hpb=7f18261cd2d714f75dba17d6cfc04d14730afafb;p=tinyos-2.x.git diff --git a/doc/Makefile b/doc/Makefile index c2ffc6a1..70870dd6 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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) @@ -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 +