everything in src for packaging purposes

This commit is contained in:
gwen
2012-07-13 09:37:25 +02:00
parent a5be1b5591
commit d1f97ca50f
87 changed files with 0 additions and 11912 deletions

View File

@ -1,18 +0,0 @@
SRC=$(wildcard *.txt)
HTMLFRAGMENT=$(addsuffix .html, $(basename $(SRC)))
.SUFFIXES:
.PHONY: all clean
all: html
html: $(HTMLFRAGMENT)
%.html: %.txt
./rst2html.py --stylesheet ./style.css $< > $@
clean:
rm -f *.html
rm -f *.txt