blob: 7c528bcd4952b1b3e30d064f3695e07984325ca4 (
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
htindex -s /tmp/2 > test.html
README.html: README
path=(. /bin)
em README > README.html
install:
cp em emcollect emparse htwrap htindex /rc/bin/
|