summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/fonts/lucold/makefd
blob: d38a08fae331e3292cf7163da8ba90e3dc79ed9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /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