diff options
author | Karl Berry <karl@freefriends.org> | 2013-02-08 00:38:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-02-08 00:38:37 +0000 |
commit | 532e95c1171566e596e733b2f12b60263d3773db (patch) | |
tree | a28c86920edec0518ca9d924a4dbe993099a0502 /Master/texmf-dist/doc/support/lua2dox/install.sh | |
parent | 26d5dc00f5d6880985f5ae779b786f5ea001bb2f (diff) |
lua2dox 0.2 (7feb13)
git-svn-id: svn://tug.org/texlive/trunk@29053 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support/lua2dox/install.sh')
-rwxr-xr-x | Master/texmf-dist/doc/support/lua2dox/install.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/support/lua2dox/install.sh b/Master/texmf-dist/doc/support/lua2dox/install.sh index 7d6cda7be15..5d76c1515a9 100755 --- a/Master/texmf-dist/doc/support/lua2dox/install.sh +++ b/Master/texmf-dist/doc/support/lua2dox/install.sh @@ -30,7 +30,7 @@ then INSTALLDIR="${DEFAULT_INSTALLDIR}" fi -APP_NAME="lua2dox_lua" +APP_NAME="lua2dox_filter" ############################ go_splat(){ echo "ERROR!: $1" @@ -50,7 +50,6 @@ do_install(){ echo "app path=\"${APP_PATH}\"" cd "${INSTALLDIR}" - mk_link "${APP_PATH}" "lua2dox_lua" mk_link "${APP_PATH}" "lua2dox_filter" echo "install done." @@ -64,7 +63,7 @@ case "${INSTALLDIR}" in echo "" echo "--help show this help" echo "<dir> install directory for links" - echo "default <dir>=\"~/bin\"" + echo "default <dir>=\"${DEFAULT_INSTALLDIR}\"" ;; *) do_install |