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.
This commit is contained in:
H. Peter Anvin 2008-07-14 02:45:57 -04:00
parent cf6b43476e
commit 04156cd099
4 changed files with 1738 additions and 1503 deletions

1500
CHANGES

File diff suppressed because it is too large Load diff

View file

@ -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 \

1727
doc/changes.src Normal file

File diff suppressed because it is too large Load diff

View file

@ -7607,3 +7607,7 @@ column shows the processor type in which the instruction was introduced and,
\& inslist.src
\A{changelog} \i{NASM Version History}
\& changes.src