Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > b438c0c2f84eee431877def48570f12f > files > 82

python-dulwich-0.7.1-1.fc14.x86_64.rpm

RST2HTML = rst2html
TXT=$(shell ls *.txt)

ALL: index.html

index.html: $(TXT)
	$(RST2HTML) index.txt index.html

clean:
	rm -f index.html

.PHONY: clean