diff options
author | Karl Berry <karl@freefriends.org> | 2020-01-18 22:26:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-01-18 22:26:17 +0000 |
commit | c11a9cc039efb77bc43415ed95caae7c156e6a1f (patch) | |
tree | 5e302ad29ab1eda2acb284fb852f2fe7fef203ce /Master/tlpkg/bin/htmltext | |
parent | 26e2bca9aea519f797964b514679a2aeddbc9866 (diff) |
suggest invoking with perl install-tl; mention mactex
git-svn-id: svn://tug.org/texlive/trunk@53450 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/htmltext')
-rwxr-xr-x | Master/tlpkg/bin/htmltext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/htmltext b/Master/tlpkg/bin/htmltext index b0391dab156..f7379744477 100755 --- a/Master/tlpkg/bin/htmltext +++ b/Master/tlpkg/bin/htmltext @@ -19,5 +19,5 @@ for url in "$@"; do # Since the reference list is useful, we fix it up by hand instead of # using -nolist. lynx -dump -nocolor -hiddenlinks=ignore "$url" \ - | sed -e 's,file://localhost/tmp/,file:../,' + | sed -e 's,file://localhost/.*/Master/,file:../,' done |