summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorH. Peter Anvin (Intel) <hpa@zytor.com>2019-08-06 23:07:44 -0700
committerH. Peter Anvin (Intel) <hpa@zytor.com>2019-08-06 23:07:44 -0700
commit3d10569bbedda4a130f061176008faa10ab70f9b (patch)
treed847a469b43bedfbf795973bee1480bb7cc35e3b /doc
parent41bb8a8114042531e7831cbf2155185ae039297c (diff)
downloadnasm-3d10569bbedda4a130f061176008faa10ab70f9b.tar.gz
doc: actually build and propagate fontpath file
The machinery was built in, but the option wasn't invoked from the Makefile. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index efe5fccb..e8da1450 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -67,16 +67,19 @@ version.src: $(top_srcdir)/version.pl $(top_srcdir)/version
nasmdoc.ps: nasmdoc.dip genps.pl afmmetrics.ph ttfmetrics.ph \
pswidth.ph nasmlogo.eps psfonts.ph head.ps
$(PERL) $(srcdir)/genps.pl -epsdir "$(srcdir)" \
- -headps $(srcdir)/head.ps nasmdoc.dip \
+ -headps $(srcdir)/head.ps -fontpath fontpath nasmdoc.dip \
> nasmdoc.ps
-nasmdoc.pdf: nasmdoc.ps pspdf.pl
- $(PERL) $(srcdir)/pspdf.pl $(PDFOPT) nasmdoc.ps nasmdoc.pdf
+fontpath: nasmdoc.ps
+ @: Generated by side effect
+
+nasmdoc.pdf: nasmdoc.ps pspdf.pl fontpath
+ $(PERL) $(srcdir)/pspdf.pl $(PDFOPT) nasmdoc.ps nasmdoc.pdf fontpath
clean:
-$(RM_F) *.rtf *.hpj *.texi *.gid *.ipf *.dip
-$(RM_F) *.aux *.cp *.fn *.ky *.pg *.log *.toc *.tp *.vr
- -$(RM_F) inslist.src version.src
+ -$(RM_F) inslist.src version.src fontpath
-$(RM_F) nasmdoc*.ps
spotless: clean