mkfontscale must be run before mkfontdir
(can't modern mkfontdir do both at once???)
This commit is contained in:
parent
0e9ed59745
commit
333cf60a0a
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.mkfontscale,v 1.1 2004/03/06 03:13:06 rtr Exp $
|
||||
# $NetBSD: Makefile.mkfontscale,v 1.2 2004/03/08 09:30:09 drochner Exp $
|
||||
|
||||
# Note: needs "install" run in ./encodings first
|
||||
#
|
||||
|
@ -13,7 +13,7 @@ MKFONTSCALE= ${MKFONTSCALEDIR}/mkfontscale
|
|||
|
||||
afterinstall: fonts.dir fonts.scale
|
||||
|
||||
fonts.dir:
|
||||
fonts.dir: fonts.scale
|
||||
${_MKMSG_CREATE} ${DESTDIR}${FILESDIR}/fonts.dir
|
||||
rm -f ${DESTDIR}${FILESDIR}/fonts.dir
|
||||
${MKFONTSCALE} -b -s -l ${DESTDIR}${FILESDIR}
|
||||
|
|
Loading…
Reference in New Issue