diff options
-rw-r--r-- | mkfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ test.html: - em test.em > test.html + path=(. /bin) em test.em > test.html README.html: README - em README > README.html + path=(. /bin) em README > README.html install: cp em emcollect emparse htwrap /rc/bin/ |