summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-05-05 23:48:07 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-05-05 23:48:07 +0000
commite388d5be4f08849c65fa6a3b0b55ede341ff27f0 (patch)
tree23d0b9fba2d434ff1a0a0011614d8e55694f9910 /Makefile.in
parentdab71ed81a4d11b45e1b68a77fcaa98c67c3915e (diff)
downloadnasm-e388d5be4f08849c65fa6a3b0b55ede341ff27f0.tar.gz
nasm-e388d5be4f08849c65fa6a3b0b55ede341ff27f0.tar.bz2
nasm-e388d5be4f08849c65fa6a3b0b55ede341ff27f0.zip
Separate out the "tar" operation from the "make dist" operation
This is necessary for the release script (still in progress)
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 818809e..bd5e406 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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