summaryrefslogtreecommitdiff
path: root/doc/Makefile.in
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-05-18 20:36:25 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-05-18 20:36:25 +0000
commite0372c8c05e436ea84e7a3aa215afa721a32c305 (patch)
treeed5dcb0b78378efd8eaa2306d148a9cda3cf3f08 /doc/Makefile.in
parent42e89b00a21a8038f50801ef27eb7dc6db76ccdf (diff)
downloadnasm-e0372c8c05e436ea84e7a3aa215afa721a32c305.tar.gz
Add version number to the cover page, generated from the version file.
Diffstat (limited to 'doc/Makefile.in')
-rw-r--r--doc/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index b5b90bd2..da962377 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -37,8 +37,10 @@ nasmdoc.dip: nasmdoc.src rdsrc.pl
nasmdoc.texi: nasmdoc.dip
: Generated by side effect
-nasmdoc.ps: nasmdoc.dip nasmlogo.eps genps.pl psfonts.ph pswidth.ph head.ps
- $(PERL) $(srcdir)/genps.pl nasmdoc.dip > nasmdoc.ps
+nasmdoc.ps: nasmdoc.dip nasmlogo.eps ../version \
+ genps.pl psfonts.ph pswidth.ph head.ps
+ $(PERL) $(srcdir)/genps.pl -subtitle "version `cat ../version`" \
+ nasmdoc.dip > nasmdoc.ps
nasmdoc.pdf: nasmdoc.ps
$(PS2PDF) nasmdoc.ps nasmdoc.pdf