aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-01-31 12:51:28 +0000
committerJohn Ankarström <john@ankarstrom.se>2021-01-31 12:51:28 +0000
commit07f59f5eb8c296b7306882185cbe932a2f286174 (patch)
treed82ea0d882cc07a399a3c0257e85b3f94f626a65
parentdfb9b24814264abb429e4d289685654c469ff362 (diff)
downloadem-07f59f5eb8c296b7306882185cbe932a2f286174.tar.gz
Rename index to htindex (like htwrap)
-rwxr-xr-xhtindex (renamed from index)0
-rw-r--r--mkfile4
2 files changed, 2 insertions, 2 deletions
diff --git a/index b/htindex
index accd0be..accd0be 100755
--- a/index
+++ b/htindex
diff --git a/mkfile b/mkfile
index 84e93b3..7c528bc 100644
--- a/mkfile
+++ b/mkfile
@@ -3,11 +3,11 @@ test.html:
ramfs -p
em test.em > /tmp/1
htwrap -t /tmp/1 > /tmp/2
- index -s /tmp/2 > test.html
+ htindex -s /tmp/2 > test.html
README.html: README
path=(. /bin)
em README > README.html
install:
- cp em emcollect emparse htwrap /rc/bin/
+ cp em emcollect emparse htwrap htindex /rc/bin/