[Tinyos-beta-commits] CVS: tinyos-1.x/beta/teps Makefile,NONE,1.1

Phil Levis scipio at users.sourceforge.net
Wed Dec 15 14:49:35 PST 2004


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

Added Files:
	Makefile 
Log Message:
Makefile for teps. Stylesheet is clearly the wrong way to do it in the long
term (disconnected clients will get a bad format), but I haven't
thought through the best way to do it yet.


--- NEW FILE: Makefile ---
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)




More information about the Tinyos-beta-commits mailing list