From 734aab85f3a225a648733436377cdcc5dc0b0a1e Mon Sep 17 00:00:00 2001 From: Timotheus Pokorra Date: Wed, 4 Jun 2014 08:34:09 +0200 Subject: explicitly generate buildinfo during make dist; fixing problems with comments in Makefile, caused by my previous commit --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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) -- cgit v1.2.3