summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2017-04-10 06:41:13 -0700
committerH. Peter Anvin <hpa@zytor.com>2017-04-10 06:41:13 -0700
commit4319b9561d8b025dbb0c610d04a3893a1c0622b8 (patch)
tree96f89a34d2eb01e111b6050f334bedb2b9eb4a3e
parentdb86285786acbd809a0e6593f8b2252f8aaa7a28 (diff)
downloadnasm-4319b9561d8b025dbb0c610d04a3893a1c0622b8.tar.gz
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>
-rw-r--r--doc/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 9203f121..60615fab 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -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