diff options
author | Charles Crayne <chuck@thor.crayne.org> | 2008-01-20 16:27:03 -0800 |
---|---|---|
committer | Charles Crayne <chuck@thor.crayne.org> | 2008-01-20 16:27:03 -0800 |
commit | c17a0eb31b109af863bc7fb5b9e80172d11d4c75 (patch) | |
tree | 15637d263dad4643a11cdcbb92e68c78258ce40a /doc/makedocs.bat | |
parent | e6c01e659e21f10ad38ad18c304f3b3bbab2a9ff (diff) | |
download | nasm-c17a0eb31b109af863bc7fb5b9e80172d11d4c75.tar.gz nasm-c17a0eb31b109af863bc7fb5b9e80172d11d4c75.tar.bz2 nasm-c17a0eb31b109af863bc7fb5b9e80172d11d4c75.zip |
Add autogenerated instruction list to NASM documentation
1. Allow included files in rdsrc.pl
2. New program inslist.pl to generate instruction list from insns.dat
3. Mark certain comments in insns.dat as documentation subheaders
4. Add Instruction List appendix to nasmdoc.src
5. Update build process to invoke inslist.pl
Diffstat (limited to 'doc/makedocs.bat')
-rw-r--r-- | doc/makedocs.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/makedocs.bat b/doc/makedocs.bat index 70db811..5372394 100644 --- a/doc/makedocs.bat +++ b/doc/makedocs.bat @@ -39,6 +39,7 @@ echo This takes a while. Stretch! echo. echo. +perl inslist.pl perl rdsrc.pl<nasmdoc.src echo. echo. |