aboutsummaryrefslogtreecommitdiff
path: root/mkfile
diff options
context:
space:
mode:
Diffstat (limited to 'mkfile')
-rw-r--r--mkfile9
1 files changed, 7 insertions, 2 deletions
diff --git a/mkfile b/mkfile
index f153627..84e93b3 100644
--- a/mkfile
+++ b/mkfile
@@ -1,8 +1,13 @@
test.html:
- path=(. /bin) em test.em > 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
+ path=(. /bin)
+ em README > README.html
install:
cp em emcollect emparse htwrap /rc/bin/