diff options
author | H. Peter Anvin <hpa@zytor.com> | 2002-05-05 23:48:07 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2002-05-05 23:48:07 +0000 |
commit | e388d5be4f08849c65fa6a3b0b55ede341ff27f0 (patch) | |
tree | 23d0b9fba2d434ff1a0a0011614d8e55694f9910 /Makefile.in | |
parent | dab71ed81a4d11b45e1b68a77fcaa98c67c3915e (diff) | |
download | nasm-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.in | 2 |
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 |