mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-10-10 00:25:06 -04:00
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.
This commit is contained in:
@@ -4,9 +4,6 @@
|
|||||||
#
|
#
|
||||||
# Usage: release {test|real} [branch]
|
# Usage: release {test|real} [branch]
|
||||||
#
|
#
|
||||||
# *** WARNING WARNING WARNING ***
|
|
||||||
# Make sure to execute this in an empty directory
|
|
||||||
#
|
|
||||||
|
|
||||||
if [ -z "$SFUSER" ]; then
|
if [ -z "$SFUSER" ]; then
|
||||||
if [ -f "$HOME/.sfuser" ]; then
|
if [ -f "$HOME/.sfuser" ]; then
|
||||||
@@ -107,6 +104,9 @@ find nasm-$version -not -type d -print > main
|
|||||||
cd nasm-${version}
|
cd nasm-${version}
|
||||||
./configure --prefix=/usr/local
|
./configure --prefix=/usr/local
|
||||||
make doc
|
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 ..
|
cd ..
|
||||||
|
|
||||||
# Remove non-documentation
|
# Remove non-documentation
|
||||||
|
|||||||
Reference in New Issue
Block a user