[Tinyos-2-commits] CVS: tinyos-2.x/doc Makefile,1.3,1.4

Jan Beutel beutel at users.sourceforge.net
Wed Jun 13 08:32:15 PDT 2007


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

Modified Files:
	Makefile 
Log Message:
added override for different docutil installations using RST2HTML env variable

Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile	13 Jun 2007 15:12:04 -0000	1.3
--- Makefile	13 Jun 2007 15:32:12 -0000	1.4
***************
*** 20,24 ****
  
  %.html: txt/%.txt $(TEP_STYLESHEET)
! 	rst2html.py --stylesheet-path=$(TEP_STYLESHEET) --embed-stylesheet $< > html/$@
  
  overview: $(OVERVIEW_HTML)
--- 20,24 ----
  
  %.html: txt/%.txt $(TEP_STYLESHEET)
! 	$(RST2HTML) --stylesheet-path=$(TEP_STYLESHEET) --embed-stylesheet $< > html/$@
  
  overview: $(OVERVIEW_HTML)



More information about the Tinyos-2-commits mailing list