|
From: <hp...@us...> - 2002-05-06 00:42:09
|
Update of /cvsroot/nasm/nasm/misc
In directory usw-pr-cvs1:/tmp/cvs-serv19361
Modified Files:
release
Log Message:
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.
Index: release
===================================================================
RCS file: /cvsroot/nasm/nasm/misc/release,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- release 6 May 2002 00:27:15 -0000 1.1
+++ release 6 May 2002 00:42:07 -0000 1.2
@@ -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 @@
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
|