summaryrefslogtreecommitdiff
path: root/print/latex-cjk/scripts/pre-build
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-05-14 11:54:55 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-05-14 11:54:55 +0000
commitb919b8311bc5d38e5731d40525c88c54816f4530 (patch)
tree35bbb3a9293cb7a160571b1bceb1ca2a52507a18 /print/latex-cjk/scripts/pre-build
parentDespite what I said before, this is the official INDEX file for (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_2_0'.release/3.2.0
Diffstat (limited to 'print/latex-cjk/scripts/pre-build')
-rw-r--r--print/latex-cjk/scripts/pre-build20
1 files changed, 0 insertions, 20 deletions
diff --git a/print/latex-cjk/scripts/pre-build b/print/latex-cjk/scripts/pre-build
deleted file mode 100644
index 583b5244c826..000000000000
--- a/print/latex-cjk/scripts/pre-build
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-echo "---------------------------------------------------------"
-echo "Define NOTTF if you do not want to install BIG5 MOE TTF,"
-echo "and NOCHMOD to disable chmod 1777 pk/tfm fonts directory."
-echo "---------------------------------------------------------"
-
-#
-# Check to see if we have teTeX-0.9 installed, just grep ttf2pk
-# in mktexpk. Not a preferred method, but it seems there is no
-# other way solving this.
-#
-if [ -z "`grep ttf2pk ${PREFIX}/bin/mktexpk`" ]
-then
- echo "------------------------------------"
- echo "You do not have teTeX-0.9 installed!"
- echo "CJK needs that to function correctly."
- echo "Press Ctrl-C to exit."
- echo "------------------------------------"
- read key
-fi