aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2024-03-03 06:53:16 +0100
committerRobert Alessi <alessi@robertalessi.net>2024-03-03 06:53:16 +0100
commitdd479b57bc123c6bf28ca91e3a0f71c3c512a6dd (patch)
treeaa4d7a6bee7eb549695aab629538270a3555bc0a
parent6514e1a923933aff1e389844be5d833efdd39f92 (diff)
downloadtexlive-openbsd-dd479b57bc123c6bf28ca91e3a0f71c3c512a6dd.tar.gz
some embellishments in tl-build.sh
-rwxr-xr-xtl-build.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/tl-build.sh b/tl-build.sh
index caa9e14..fa0b1bc 100755
--- a/tl-build.sh
+++ b/tl-build.sh
@@ -5,6 +5,21 @@
5this_dir=`pwd` 5this_dir=`pwd`
6tl_sourcedir=`pwd`/source 6tl_sourcedir=`pwd`/source
7 7
8echo ""
9echo " TeX Live for OpenBSD built script "
10echo ""
11echo "You are about to build TeX Live from the development sources."
12echo "Please specify whether you also want to include xindy, context"
13echo "and asymptote in the process."
14echo ""
15
16echo "Do I have to get the latest development sources? (You ought to"
17echo "have done so before launching this script.)"
18read get_dev_src'[y/n] '
19if [[ ${get_dev_src} == "y" ]]; then
20 ./checkout-tl.sh && echo "... Ok."
21fi
22
8echo "Include clisp and xindy?" 23echo "Include clisp and xindy?"
9read with_clisp?'[y/n] ' 24read with_clisp?'[y/n] '
10enable_xindy="" 25enable_xindy=""