Fix "make doc"
authorH. Peter Anvin <hpa@zytor.com>
Fri, 29 Aug 2003 20:00:26 +0000 (20:00 +0000)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 29 Aug 2003 20:00:26 +0000 (20:00 +0000)
misc/release

index 83465ce19285d9a1031f74628f7183b7facb752e..5624a196d7bf19149f8c597a948218fb9997de52 100755 (executable)
@@ -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