mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-27 08:10:07 +08:00
Avoid releasing intermediate files in the doc bundle
This commit is contained in:
parent
1e286f4b12
commit
bb253a2d38
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user