summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/lucold/makefd
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/lucold/makefd
Initial commit
Diffstat (limited to 'macros/latex/contrib/lucold/makefd')
-rw-r--r--macros/latex/contrib/lucold/makefd12
1 files changed, 12 insertions, 0 deletions
diff --git a/macros/latex/contrib/lucold/makefd b/macros/latex/contrib/lucold/makefd
new file mode 100644
index 0000000000..b9dc1834dc
--- /dev/null
+++ b/macros/latex/contrib/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