aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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=""