diff options
-rwxr-xr-x | em | 4 | ||||
-rwxr-xr-x | emcollect (renamed from aux/emcollect) | 0 | ||||
-rwxr-xr-x | emparse (renamed from aux/emparse) | 0 | ||||
-rw-r--r-- | mkfile | 4 |
4 files changed, 4 insertions, 4 deletions
@@ -12,11 +12,11 @@ if not if(~ $#linktext 0) linktext=link hrefs=`' -'{aux/emcollect $file} +'{emcollect $file} for(href in $hrefs){ parts=`'= '{echo $href} ref$parts(1)=$parts(2) } -aux/emparse $file +emparse $file diff --git a/aux/emcollect b/emcollect index 55434ac..55434ac 100755 --- a/aux/emcollect +++ b/emcollect @@ -6,5 +6,5 @@ README.html: README install: cp em /rc/bin/em - cp aux/emcollect /rc/bin/aux/emcollect - cp aux/emparse /rc/bin/aux/emparse + cp emcollect /rc/bin/emcollect + cp emparse /rc/bin/emparse |