Making the spec file part of dist is something for the Makefile, not
authorH. Peter Anvin <hpa@zytor.com>
Fri, 29 Aug 2003 19:56:40 +0000 (19:56 +0000)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 29 Aug 2003 19:56:40 +0000 (19:56 +0000)
for the release script

Makefile.in
misc/release

index 4c53b1903a88726318bb9cff3460f98449ba494b..ae63cb936ca03bd8f950375f3fd777e0761a96ed 100644 (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
 
index b62b135d5c3cdfceccc7f14f767e6886d429837b..70997b8b7c9701ce468c81182266d8d8b75c31e7 100755 (executable)
@@ -80,7 +80,6 @@ cd nasm
 autoconf
 ./configure --prefix=/usr/local
 make dist
-make spec
 mv nasm.spec nasm-${version}.spec
 cd ..