diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-07-14 02:45:57 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-07-14 02:45:57 -0400 |
commit | 04156cd099ca15a9aa89d405b0ad967d3de564e6 (patch) | |
tree | 993ddc22472f975bdeaac56dc99b9a2b545b3170 /doc/Makefile.in | |
parent | cf6b43476e182672b04598da33f084b6e1ac2de0 (diff) | |
download | nasm-04156cd099ca15a9aa89d405b0ad967d3de564e6.tar.gz nasm-04156cd099ca15a9aa89d405b0ad967d3de564e6.tar.bz2 nasm-04156cd099ca15a9aa89d405b0ad967d3de564e6.zip |
Move the revision history into the documentation
Clumsily convert the revision history to nasmdoc format, so it can be
included in the documentation as Appendix C.
Diffstat (limited to 'doc/Makefile.in')
-rw-r--r-- | doc/Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in index a7d24d9..f704f03 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -26,7 +26,7 @@ ACRODIST = @ACRODIST@ # Acrobat Distiller PSTOPDF = @PSTOPDF@ # BSD/MacOS X utility PS2PDF = @PS2PDF@ # Part of GhostScript -SRCS = nasmdoc.src +SRCS = nasmdoc.src inslist.src changes.src OUT = info html nasmdoc.txt nasmdoc.ps nasmdoc.pdf # exports @@ -43,18 +43,18 @@ inslist.src: inslist.pl ../insns.dat .PHONY: html html: html/nasmdoc0.html -html/nasmdoc0.html: nasmdoc.src rdsrc.pl inslist.src +html/nasmdoc0.html: $(SRCS) rdsrc.pl mkdir -p html $(PERL) $(srcdir)/rdsrc.pl html < $< mv -f *.html html -nasmdoc.dip: nasmdoc.src rdsrc.pl inslist.src +nasmdoc.dip: $(SRCS) rdsrc.pl $(PERL) $(srcdir)/rdsrc.pl dip < $< -nasmdoc.texi: nasmdoc.src rdsrc.pl inslist.src +nasmdoc.texi: $(SRCS) rdsrc.pl $(PERL) $(srcdir)/rdsrc.pl texi < $< -nasmdoc.txt: nasmdoc.src rdsrc.pl inslist.src +nasmdoc.txt: $(SRCS) rdsrc.pl $(PERL) $(srcdir)/rdsrc.pl txt < $< nasmdoc.ps: nasmdoc.dip nasmlogo.eps $(srcdir)/../version genpsdriver.pl \ |