Fix "make doc"

This commit is contained in:
H. Peter Anvin 2003-08-29 20:00:26 +00:00
parent 7a3cf83951
commit 3728b63c74

View File

@ -104,6 +104,8 @@ cd ..
find nasm-$version -not -type d -print > main find nasm-$version -not -type d -print > main
# Create documentation # Create documentation
cd nasm-${version}
./configure --prefix=/usr/local
make doc make doc
# Remove intermediate files. # Remove intermediate files.
make cleaner make cleaner