]> arthur.barton.de Git - nagcollect.git/blobdiff - Makefile
Distribution archive now is named "NagCollect-R<rel>.tar.gz"
[nagcollect.git] / Makefile
index aad396b9058674eedba92723bf7db039a07dbcd7..bced5341a8277b6e8436c674598f9e0a745cb414 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -56,9 +56,10 @@ install-client:
 check:
 
 dist: distclean
-       dir=`basename $${PWD}` \
+       rel=`grep "^NagCollect " ChangeLog|awk "{print \\\$$3 }"|head -n 1`; \
+        dir=`basename $${PWD}` \
         && cd .. \
-        && COPYFILE_DISABLE=true tar cvzf "$${dir}.tar.gz" \
+        && COPYFILE_DISABLE=true tar cvzf "NagCollect-R$${rel}.tar.gz" \
             --exclude .git "$${dir}"
 
 distcheck: check dist