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/po/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/po') diff --git a/main/po/Makefile.am b/main/po/Makefile.am index 14d6750416..26584e928b 100644 --- a/main/po/Makefile.am +++ b/main/po/Makefile.am @@ -54,6 +54,6 @@ uninstall-local: done CLEANFILES = $(GMO_FILES) -EXTRA_DIST = Makefile $(FILES) +EXTRA_DIST = Makefile po.mdproj $(FILES) include $(top_srcdir)/Makefile.include -- cgit v1.2.3