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:
authorTimotheus Pokorra <timotheus.pokorra@solidcharity.com>2014-06-04 10:34:09 +0400
committerTimotheus Pokorra <timotheus.pokorra@solidcharity.com>2014-06-04 10:34:09 +0400
commit734aab85f3a225a648733436377cdcc5dc0b0a1e (patch)
treebd6e4a2782bb77b9f87b1f041084452a8f976c74 /Makefile
parentda0a1fcf837802b82fdeec0ced5122aa751757b9 (diff)
explicitly generate buildinfo during make dist;
fixing problems with comments in Makefile, caused by my previous commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9c18a578a9..613a3a47f0 100644
--- a/Makefile
+++ b/Makefile
@@ -78,6 +78,7 @@ dist: update_submodules remove-stale-tarballs dist-recursive
@echo Decompressing monodevelop-$(PACKAGE_VERSION).tar.bz2
@cd tarballs && tar xvjf monodevelop-$(PACKAGE_VERSION).tar.bz2
@cp version.config tarballs/monodevelop-$(PACKAGE_VERSION)
+ @cd main && make buildinfo
@cp main/build/bin/buildinfo tarballs/monodevelop-$(PACKAGE_VERSION)/
@echo Generating merged tarball
@cd tarballs && tar -cjf monodevelop-$(PACKAGE_VERSION).tar.bz2 monodevelop-$(PACKAGE_VERSION)