diff options
Diffstat (limited to 'mkfile')
-rw-r--r-- | mkfile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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) |