summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/fonts/lucold/makefd
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/fonts/lucold/makefd')
-rw-r--r--Master/texmf-dist/source/fonts/lucold/makefd14
1 files changed, 0 insertions, 14 deletions
diff --git a/Master/texmf-dist/source/fonts/lucold/makefd b/Master/texmf-dist/source/fonts/lucold/makefd
deleted file mode 100644
index d38a08fae33..00000000000
--- a/Master/texmf-dist/source/fonts/lucold/makefd
+++ /dev/null
@@ -1,14 +0,0 @@
-#! /bin/bash
-
-# $Id: makefd,v 1.1 1999/05/25 12:16:26 loreti Exp $
-
-TEXMFMAIN=`kpsewhich --expand-var='$TEXMFMAIN'`
-
-cp $TEXMFMAIN/tex/latex/lucidabr/*t1hlh.fd .
-
-for infile in *.fd
- do outfile="${infile%h.fd}os.fd"
- awk >$outfile -f makefd.awk -v infile=$infile
-done
-
-rm *t1hlh.fd