From e1de20f0eec6d66e78cf0640f00b03c1afcf7f23 Mon Sep 17 00:00:00 2001 From: Marius Ungureanu Date: Fri, 16 Feb 2018 21:31:46 +0200 Subject: Make dist2 (#3879) * Fix `make dist` (cherry picked from commit 7732445e89434e17ff1e0217a640d841b29d5fc9) * Don't strip assemblies from tarballs. It'll make distro packagers cry, but the tarballs will actually work. (cherry picked from commit b1820981f8acced4d4b721ce44ed5860ce8fb758) * Include case-sensitivity fix from NRefactory * Ensure BuildVariables.cs is up to date and in `make dist` tarballs --- main/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/Makefile.am') diff --git a/main/Makefile.am b/main/Makefile.am index 7f0efcc233..9a8c1aa67f 100644 --- a/main/Makefile.am +++ b/main/Makefile.am @@ -1,6 +1,6 @@ include $(top_srcdir)/xbuild.include -SUBDIRS = external . contrib src po man theme-icons build tests +SUBDIRS = external . contrib src po man theme-icons msbuild build tests MD_CONFIGURE=$(top_srcdir)/../scripts/configure.sh @@ -207,7 +207,7 @@ app-dir: all # we can't use the variables that are conditionally defined EXTRA_DIST = $(bin_SCRIPTS) $(desktop_DATA) $(appdata_DATA) $(pixmap_DATA) \ monodevelop.xml $(pkgconfig_in_files) external/Makefile.in \ - Main.sln \ + Main.sln MonoDevelop.props Directory.Build.props \ md.targets DISTCLEANFILES = monodevelop intltool-extract intltool-merge intltool-update \ -- cgit v1.2.3