about summary refs log tree commit diff stats
path: root/Makefile
blob: dfc09808e4a6705d95ca8559866ec449ab8385a0 (plain)
1
2
3
4
5
6
7
8
9
# subtext

subtext: subtext.sh subtext.awk
	ed subtext.sh < combine.ed > $@

.PHONY: readme
readme: readme.html
readme.html: readme.st
	./subtext.sh -m html -o $@ readme.st