diff --git a/general.ent b/general.ent index 0e6101c8c7..1695db04d6 100644 --- a/general.ent +++ b/general.ent @@ -3,13 +3,13 @@ $LastChangedBy$ $Date$ --> - + - + @@ -304,7 +304,7 @@ $Date$ - + diff --git a/general/prog/nasm.xml b/general/prog/nasm.xml index 1a69286076..6c802dc416 100644 --- a/general/prog/nasm.xml +++ b/general/prog/nasm.xml @@ -6,10 +6,10 @@ - - - - + + + + ]> @@ -33,6 +33,8 @@ is an 80x86 assembler designed for portability and modularity. It includes a disassembler as well. + &lfs67_built; + Package Information @@ -85,17 +87,17 @@ make && make -C rdoff/doc && make -C rdoff/doc html - To build the base NASM and RDOFF PDF + To build the base NASM documentation, ensure you have installed and issue: -make doc && -make -C rdoff/doc pdf +make doc - To build the RDOFF Postscript documentation, + To build the RDOFF PDF and Postscript documentation, ensure you have installed and issue: sed -i -e "s/dvips \$</& -o rdoff.ps/" rdoff/doc/Makefile && +make -C rdoff/doc pdf && make -C rdoff/doc ps This package does not come with a test suite. @@ -127,16 +129,13 @@ pushd /usr/share/info && rm -fv dir && for FILENAME in *; do install-info $FILENAME dir; done && unset FILENAME && -popd && +popd -install -v -m644 rdoff/doc/rdoff.pdf \ - /usr/share/doc/nasm-&NASM-version; - - Lastly, if you built the RDOFF Postscript documentation, install it - using the following command as the + Lastly, if you built the RDOFF PDF and Postscript documentation, + install it using the following command as the root user: -install -v -m644 rdoff/doc/rdoff.ps \ +install -v -m644 rdoff/doc/rdoff.p{df,s} \ /usr/share/doc/nasm-&NASM-version; diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index f53ac652b0..4e270a0f05 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -41,6 +41,16 @@ --> + + October 31st, 2010 + + + [ken] - Updated to nasm-2.09 (fixes ticket + #3181) + + + + October 28th, 2010