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
path: root/main/po
diff options
context:
space:
mode:
authorMarius Ungureanu <teromario@yahoo.com>2018-02-16 22:31:46 +0300
committerGitHub <noreply@github.com>2018-02-16 22:31:46 +0300
commite1de20f0eec6d66e78cf0640f00b03c1afcf7f23 (patch)
tree95b19ddbcb127cbb8e28498f6d8f85eda99e2fa9 /main/po
parente3dd7658390a3c13231449cbc3fac9cdf11e1775 (diff)
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
Diffstat (limited to 'main/po')
-rw-r--r--main/po/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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