summaryrefslogtreecommitdiff
path: root/texmf-dist/source/latex/lucold/makefd
diff options
context:
space:
mode:
Diffstat (limited to 'texmf-dist/source/latex/lucold/makefd')
-rw-r--r--texmf-dist/source/latex/lucold/makefd12
1 files changed, 12 insertions, 0 deletions
diff --git a/texmf-dist/source/latex/lucold/makefd b/texmf-dist/source/latex/lucold/makefd
new file mode 100644
index 00000000..b9dc1834
--- /dev/null
+++ b/texmf-dist/source/latex/lucold/makefd
@@ -0,0 +1,12 @@
+#! /bin/bash
+
+# $Id: makefd,v 1.1 1999/05/25 12:16:26 loreti Exp $
+
+cp $TETEXDIR/texmf/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