Separate out the "tar" operation from the "make dist" operation
authorH. Peter Anvin <hpa@zytor.com>
Sun, 5 May 2002 23:48:07 +0000 (23:48 +0000)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 5 May 2002 23:48:07 +0000 (23:48 +0000)
This is necessary for the release script (still in progress)

Makefile.in

index 818809e..bd5e406 100644 (file)
@@ -159,6 +159,8 @@ install_everything: everything install install_doc install_rdf
 dist: spotless perlreq
        autoconf
        rm -rf ./autom4te.cache
+
+tar: dist
        tar cvjf ../nasm-`cat version`-`date +%Y%m%d`.tar.bz2 ../`./nasm-dir`
 
 nasm.spec: nasm.spec.in version