aboutsummaryrefslogtreecommitdiff
path: root/mkfile
blob: 84e93b33d6edc687acba84c75b5788170a82b420 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
test.html:
	path=(. /bin)
	ramfs -p
	em test.em > /tmp/1
	htwrap -t /tmp/1 > /tmp/2
	index -s /tmp/2 > test.html

README.html: README
	path=(. /bin)
	em README > README.html

install:
	cp em emcollect emparse htwrap /rc/bin/