[Tinyos-2-commits] CVS: tinyos-2.x/doc Makefile,1.6,1.7

Jan Beutel beutel at users.sourceforge.net
Wed Sep 5 07:07:34 PDT 2007


Update of /cvsroot/tinyos/tinyos-2.x/doc
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4406/doc

Modified Files:
	Makefile 
Log Message:
made make pdf quieter and narrowed the figure on in tep2 to fit in a single column on latex/pdf output

Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Makefile	15 Aug 2007 15:04:58 -0000	1.6
--- Makefile	5 Sep 2007 14:07:32 -0000	1.7
***************
*** 31,35 ****
  %.tex: txt/%.txt 
  	$(RST2LATEX) $< > pdf/$@
! 	pdflatex -output-directory pdf $@
  
  overview: $(OVERVIEW_HTML)
--- 31,35 ----
  %.tex: txt/%.txt 
  	$(RST2LATEX) $< > pdf/$@
! 	pdflatex -interaction=batchmode -output-directory pdf $@
  
  overview: $(OVERVIEW_HTML)



More information about the Tinyos-2-commits mailing list