Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan McGovern <alan.mcgovern@gmail.com>2012-05-17 15:41:55 +0400
committerAlan McGovern <alan.mcgovern@gmail.com>2012-05-17 15:41:55 +0400
commitbb81e5032e14b2db4d36308b40be2dbbf2a4c3b4 (patch)
treefc9a66644dfbb06806f8c4fdfa44bb940d990767 /Makefile
parentd91b1dd872b89a37e3abeb8b5b8ebfa2c485a821 (diff)
[Build] Put the monodevelop version in a file so i can use it for dist
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5c506e1bf6..8c840dc7cb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,4 @@
+include main/monodevelop_version
EXTRA_DIST = configure
@@ -68,7 +69,7 @@ dist: update_submodules remove-stale-tarballs dist-recursive
tar xvjf $$tb; \
rm $$tb; \
done
- cd tarballs && tar -cjf `ls -d monodevelop-*`.tar.bz2 monodevelop-*
+ cd tarballs && tar -cjf monodevelop-$PACKAGE_VERSION_LABEL.tar.bz2 monodevelop-$PACKAGE_VERSION_LABEL
run:
cd main && make run