Making the spec file part of dist is something for the Makefile, not

for the release script
This commit is contained in:
H. Peter Anvin 2003-08-29 19:56:40 +00:00
parent 828f00bee3
commit 2daf5e456a
2 changed files with 1 additions and 2 deletions

View file

@ -159,7 +159,7 @@ everything: all doc rdf
install_everything: everything install install_doc install_rdf
dist: spotless perlreq
dist: spotless perlreq spec
autoconf
rm -rf ./autom4te*.cache

View file

@ -80,7 +80,6 @@ cd nasm
autoconf
./configure --prefix=/usr/local
make dist
make spec
mv nasm.spec nasm-${version}.spec
cd ..