Avoid releasing intermediate files in the doc bundle

This commit is contained in:
H. Peter Anvin 2002-05-27 00:52:46 +00:00
parent 1e286f4b12
commit bb253a2d38

View File

@ -107,9 +107,8 @@ find nasm-$version -not -type d -print > main
cd nasm-${version}
./configure --prefix=/usr/local
make doc
# The .hpj and .rtf files are used to generate a Windows .hlp file.
# That requires Windows tools, so that has to be done separately anyway.
rm -f doc/nasmdoc.hpj doc/nasmdoc.rtf
# Remove intermediate files.
make clean
cd ..
# Remove non-documentation