[Tinyos-beta-commits] CVS: tinyos-1.x/beta/ProgManual Makefile, 1.3, 1.4 pm.tex, 1.4, 1.5

Kristin Wright kristinwright at users.sourceforge.net
Wed Oct 27 13:16:22 PDT 2004


Update of /cvsroot/tinyos/tinyos-1.x/beta/ProgManual
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4065

Modified Files:
	Makefile pm.tex 
Log Message:
update makefile

Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/ProgManual/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile	15 Oct 2004 22:37:28 -0000	1.3
--- Makefile	27 Oct 2004 20:16:19 -0000	1.4
***************
*** 6,12 ****
  #LATEX = pdflatex
  #PDF = pdflatex
! LATEX = pdftex
! PDF = pdftex
! BIB = bibtex
  
  pm.pdf: *.tex 
--- 6,12 ----
  #LATEX = pdflatex
  #PDF = pdflatex
! LATEX = latex
! PDF = pdflatex
! BIBTEX = bibtex
  
  pm.pdf: *.tex 

Index: pm.tex
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/ProgManual/pm.tex,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** pm.tex	15 Oct 2004 22:37:28 -0000	1.4
--- pm.tex	27 Oct 2004 20:16:19 -0000	1.5
***************
*** 1,3 ****
! \documentclass[11pt,letterpaper]{article}
  
  \usepackage{verbatim}
--- 1,3 ----
! \documentclass[10pt]{article}
  
  \usepackage{verbatim}
***************
*** 17,21 ****
    
  \title{TinyOS Programmer's Manual}
! \author{Kristin Wright}
  \date{October 2004}
  
--- 17,21 ----
    
  \title{TinyOS Programmer's Manual}
! \author{Kristin Wright and the TinyOS Team}
  \date{October 2004}
  
***************
*** 25,32 ****
  \input{core}
  %\input{env}
! %\input{comm}
  %\input{timers}
  %\input{memory}
! %\input{power}
  %\input{sensors}
  %\input{misc}
--- 25,32 ----
  \input{core}
  %\input{env}
! \input{comm}
  %\input{timers}
  %\input{memory}
! \input{power}
  %\input{sensors}
  %\input{misc}



More information about the Tinyos-beta-commits mailing list