aboutsummaryrefslogtreecommitdiff
path: root/mkfile
diff options
context:
space:
mode:
Diffstat (limited to 'mkfile')
-rw-r--r--mkfile5
1 files changed, 1 insertions, 4 deletions
diff --git a/mkfile b/mkfile
index e50c6be..e24a5c6 100644
--- a/mkfile
+++ b/mkfile
@@ -1,9 +1,6 @@
test.html: test.em
path=(. /bin)
- ramfs -p
- em test.em > /tmp/1
- htwrap -t /tmp/1 > /tmp/2
- htindex -s /tmp/2 > test.html
+ em test.em | htwrap -t | htindex -s > test.html
README.html: README
path=(. /bin)