mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-17 17:19:35 +08:00
Makefile.in: add ttfmetrics.ph as a dependency
The new module ttfmetrics.ph is a dependency. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
db86285786
commit
4319b9561d
@ -63,8 +63,8 @@ version.src: $(top_srcdir)/version.pl $(top_srcdir)/version
|
||||
$(PERL) $(top_srcdir)/version.pl docsrc \
|
||||
< $(top_srcdir)/version > version.src
|
||||
|
||||
nasmdoc.ps: nasmdoc.dip nasmlogo.eps genps.pl afmmetrics.ph pswidth.ph \
|
||||
psfonts.ph head.ps
|
||||
nasmdoc.ps: nasmdoc.dip genps.pl afmmetrics.ph ttfmetrics.ph \
|
||||
pswidth.ph nasmlogo.eps psfonts.ph head.ps
|
||||
$(PERL) $(srcdir)/genps.pl -headps $(srcdir)/head.ps nasmdoc.dip \
|
||||
> nasmdoc.ps
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user