#! /bin/sh
# lib/ditroff.font/makeout
#
# Copyright (c) 1987 Adobe Systems Incorporated. All Rights Reserved.
# GOVERNMENT END USERS: See notice of rights in Notice file in release directory.
# RCSID: $Header: /afs/dev.mit.edu/source/src80/third/unsupported/transcript-v2.1/lib/ditroff.font/RCS/makeout,v 1.2 1989/05/23 20:28:19 epeisach Exp $

# Args: font-name [ "nolig" ]

afmdit $1 $PSLIBDIR
if test X$2 = Xnolig
then
	sed -e "s/^ligatures .* 0/ligatures 0/" $1 >$1.x
	mv $1.x $1
fi
$MAKEDEV $1
mv $1 $1.aux $1.out $DESTDIR/$DITDIR/Times/devpsc
cp $1.map $DESTDIR/$DITDIR/Times/devpsc
