[Tinyos-2-commits] CVS: tinyos-2.x/doc Makefile,1.2,1.3
Jan Beutel
beutel at users.sourceforge.net
Wed Jun 13 08:12:06 PDT 2007
Update of /cvsroot/tinyos/tinyos-2.x/doc
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26589/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.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile 12 Jul 2006 16:59:33 -0000 1.2
--- Makefile 13 Jun 2007 15:12:04 -0000 1.3
***************
*** 4,8 ****
TEPS_HTML = $(subst txt/,,$(subst .txt,.html,$(TEPS)))
TEP_STYLESHEET = stylesheets/tep.css
!
STYLESHEET = stylesheets/doc.css
--- 4,12 ----
TEPS_HTML = $(subst txt/,,$(subst .txt,.html,$(TEPS)))
TEP_STYLESHEET = stylesheets/tep.css
!
! #override for different docutils installations
! ifndef RST2HTML
! RST2HTML= rst2html.py
! endif
STYLESHEET = stylesheets/doc.css
***************
*** 13,17 ****
$(OVERVIEW_HTML): $(OVERVIEW) $(STYLESHEET)
! rst2html.py --stylesheet-path=$(STYLESHEET) --embed-stylesheet $< > html/$@
%.html: txt/%.txt $(TEP_STYLESHEET)
--- 17,21 ----
$(OVERVIEW_HTML): $(OVERVIEW) $(STYLESHEET)
! $(RST2HTML) --stylesheet-path=$(STYLESHEET) --embed-stylesheet $< > html/$@
%.html: txt/%.txt $(TEP_STYLESHEET)
More information about the Tinyos-2-commits
mailing list