diff options
author | John Ankarström <john@ankarstrom.se> | 2021-01-30 13:22:38 +0000 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-01-30 13:22:38 +0000 |
commit | d165d39c08ebc8be6ef3662022196758ef580f80 (patch) | |
tree | 3fc9d613bbfcbcefc7a3ddc6cb70fed838b18d39 | |
parent | f9535fc7d640f6a908a22032087976e654911da3 (diff) | |
download | em-d165d39c08ebc8be6ef3662022196758ef580f80.tar.gz |
Move aux files to root directory
-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 |