summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-05-27 00:52:46 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-05-27 00:52:46 +0000
commitbb253a2d38dc919fa4c889aceedfe6b9c8fa8fec (patch)
tree535f3c4e250546a2bafcf8471b1407556bb5e9dd /misc
parent1e286f4b1261baea82e707a89996e61c21aa3111 (diff)
downloadnasm-bb253a2d38dc919fa4c889aceedfe6b9c8fa8fec.tar.gz
Avoid releasing intermediate files in the doc bundle
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/release5
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/release b/misc/release
index 61b9921d..87023693 100755
--- a/misc/release
+++ b/misc/release
@@ -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