blob: 21e11ae1bfb68757ea3d0e6c22e5dee738983656 (
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 | htindex -s > README.html
install:
cp em emcollect emparse htwrap htindex /rc/bin/
|