aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index e275888..530e42a 100644
--- a/makefile
+++ b/makefile
@@ -25,6 +25,7 @@ fetch:
25 mkdir ${TMPDIR}/bin \ 25 mkdir ${TMPDIR}/bin \
26 && tar xf ${TMPDIR}/amd64-openbsd${OPENBSD_VERSION}.tar \ 26 && tar xf ${TMPDIR}/amd64-openbsd${OPENBSD_VERSION}.tar \
27 -C ${TMPDIR}/bin 27 -C ${TMPDIR}/bin
28 @echo ""
28 @echo "Looks good." 29 @echo "Looks good."
29 @echo "Now do this to install TeX Live with custom binaries:" 30 @echo "Now do this to install TeX Live with custom binaries:"
30 @echo " cd /path/to/install-tl" 31 @echo " cd /path/to/install-tl"