summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2003-08-29 20:00:26 +0000
committerH. Peter Anvin <hpa@zytor.com>2003-08-29 20:00:26 +0000
commit3728b63c748139a6fe58c6849e4247c28b4704d0 (patch)
tree4841ca5a33ec2b8b36cd1662238e1e7ca803d326 /misc
parent7a3cf83951ab4bbb5ee9d58faea02a94bc87a05f (diff)
downloadnasm-3728b63c748139a6fe58c6849e4247c28b4704d0.tar.gz
Fix "make doc"
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/release2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/release b/misc/release
index 83465ce1..5624a196 100755
--- a/misc/release
+++ b/misc/release
@@ -104,6 +104,8 @@ cd ..
find nasm-$version -not -type d -print > main
# Create documentation
+cd nasm-${version}
+./configure --prefix=/usr/local
make doc
# Remove intermediate files.
make cleaner