diff options
-rwxr-xr-x | htindex | 1 | ||||
-rwxr-xr-x | htwrap | 1 | ||||
-rw-r--r-- | mkfile | 5 |
3 files changed, 3 insertions, 4 deletions
@@ -1,4 +1,5 @@ #!/bin/rc -e +rfork E # index -- add ids to headings and print index to stderr @@ -1,4 +1,5 @@ #!/bin/rc -e +rfork E # htwrap -- create standalone HTML document @@ -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) |