summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/ketcindy/forMac/setketcindy.command
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-09-27 21:24:30 +0000
committerKarl Berry <karl@freefriends.org>2019-09-27 21:24:30 +0000
commit7706488325e08b8a6855e0fd9177c94da72acae6 (patch)
treefdaf77b2a5bd22d2ac09b28cb205eddf1c9f18ba /Master/texmf-dist/doc/support/ketcindy/forMac/setketcindy.command
parent58751f3663f58918a53bfa57291c4032c14b583f (diff)
ketcindy (27sep19)
git-svn-id: svn://tug.org/texlive/trunk@52190 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support/ketcindy/forMac/setketcindy.command')
-rwxr-xr-xMaster/texmf-dist/doc/support/ketcindy/forMac/setketcindy.command17
1 files changed, 13 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/support/ketcindy/forMac/setketcindy.command b/Master/texmf-dist/doc/support/ketcindy/forMac/setketcindy.command
index 469553fb25f..f6c36b14438 100755
--- a/Master/texmf-dist/doc/support/ketcindy/forMac/setketcindy.command
+++ b/Master/texmf-dist/doc/support/ketcindy/forMac/setketcindy.command
@@ -1,7 +1,7 @@
#!/bin/sh
-# 20190616
+# 20190824
-# Edit and uncomment the following lines if necessary
+# Edit, uncomment the following lines and choose 4 if necessary
#texpath=/Applications/kettex/texlive
#texbinpath=${texpath}/bin/x86_64-darwin
#ketcindyscripts=${texpath}/texmf-dist/scripts/ketcindy
@@ -28,8 +28,8 @@ echo `pwd ` will be used
echo 1. "/Applications/kettex/texlive".
echo 2. "/Applications/kettex.app/texlive"
echo 3. "/Library/TeX (TeXLive)"
-echo 4. Modification of this file is finished
-read -p 'Choose path of TeX from the above (number) : ' ans
+echo 4. Other
+read -p 'Choose number from the above (number) : ' ans
if [ ${ans} = "1" ]; then
texpath=/Applications/kettex/texlive
texbinpath=${texpath}/bin/x86_64-darwin
@@ -51,6 +51,15 @@ if [ ${ans} = "3" ]; then
ketcindydoc=${texpath}/texmf-dist/doc/support/ketcindy
ketcindystyle=${texpath}/texmf-dist/tex/latex/ketcindy
fi
+if [ ${ans} = "4" ]; then
+ read -p ' Input texpath (/Library/TeX/Root) : ' texpath
+ read -p ' Input texbinpath (bin/x86_64-darwin) : ' binpath
+ texbinpath=${texpath}/${binpath}
+ read -p ' Input scriptspath (texmf-dist) : ' scriptspath
+ ketcindyscripts=${texpath}/${scriptspath}/scripts/ketcindy
+ ketcindydoc=${texpath}/${scriptspath}/doc/support/ketcindy
+ ketcindystyle=${texpath}/${scriptspath}/tex/latex/ketcindy
+fi
echo texpath=${texpath}
echo texbinpath=${texbinpath}
#read -p 'Do you really copy ketcindyscripts? (y,n): ' ans