[Tinyos-beta-commits] CVS: tinyos-1.x/beta/teps Makefile,1.1,1.2
Phil Levis
scipio at users.sourceforge.net
Wed Dec 15 14:55:50 PST 2004
Update of /cvsroot/tinyos/tinyos-1.x/beta/teps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25486
Modified Files:
Makefile
Log Message:
Embed stylesheets. This is for the text copies; posted web versions will
link to a stylesheet.
Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/teps/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile 15 Dec 2004 22:49:33 -0000 1.1
--- Makefile 15 Dec 2004 22:55:35 -0000 1.2
***************
*** 1,10 ****
TEPS = $(wildcard txt/*.txt)
HTML = $(subst txt/,,$(subst .txt,.html,$(TEPS)))
! STYLESHEET = http://www.cs.berkeley.edu/~pal/public/tep.css
%.html: txt/%.txt
@echo $@
@echo $<
! rst2html.py --stylesheet=$(STYLESHEET) $< > html/$@
all: $(HTML)
--- 1,10 ----
TEPS = $(wildcard txt/*.txt)
HTML = $(subst txt/,,$(subst .txt,.html,$(TEPS)))
! STYLESHEET = stylesheets/tep.css
%.html: txt/%.txt
@echo $@
@echo $<
! rst2html.py --stylesheet-path=$(STYLESHEET) --embed-stylesheet $< > html/$@
all: $(HTML)
More information about the Tinyos-beta-commits
mailing list