summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-01-18 22:26:17 +0000
committerKarl Berry <karl@freefriends.org>2020-01-18 22:26:17 +0000
commitc11a9cc039efb77bc43415ed95caae7c156e6a1f (patch)
tree5e302ad29ab1eda2acb284fb852f2fe7fef203ce /Master/tlpkg/bin
parent26e2bca9aea519f797964b514679a2aeddbc9866 (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')
-rwxr-xr-xMaster/tlpkg/bin/htmltext2
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