From: H. Peter Anvin Date: Mon, 6 May 2002 00:42:07 +0000 (+0000) Subject: Don't include the .hpj and .rtf files in the bundles -- noone wants X-Git-Tag: nasm-2.11.05~2474 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=43a0a1d0fed63e2518cc65696cf133052b654e3d;p=platform%2Fupstream%2Fnasm.git Don't include the .hpj and .rtf files in the bundles -- noone wants those files except the person who has to build the .hlp files, which has to be done separately anyway. Remove dire warning at the top; we're now using a working directory. --- diff --git a/misc/release b/misc/release index df782fc..1240256 100755 --- a/misc/release +++ b/misc/release @@ -4,9 +4,6 @@ # # Usage: release {test|real} [branch] # -# *** WARNING WARNING WARNING *** -# Make sure to execute this in an empty directory -# if [ -z "$SFUSER" ]; then if [ -f "$HOME/.sfuser" ]; then @@ -107,6 +104,9 @@ 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 cd .. # Remove non-documentation