Commit: Makefile: dosrt target fails because of duplicate lang directories

2 views
Skip to first unread message

Christian Brabandt

unread,
Feb 15, 2026, 10:46:41 AM (2 days ago) Feb 15
to vim...@googlegroups.com
Makefile: dosrt target fails because of duplicate lang directories

Commit: https://github.com/vim/vim/commit/93f05b6d4c05af53495f083316c826d475096151
Author: Christian Brabandt <c...@256bit.org>
Date: Sun Feb 15 15:31:26 2026 +0000

Makefile: dosrt target fails because of duplicate lang directories

Problem: Makefile: dosrt target fails because of duplicate lang directories
Solution: Rename the parent lang/ directory to readme/

Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/Makefile b/Makefile
index 8d3f836fd..94fd24460 100644
--- a/Makefile
+++ b/Makefile
@@ -460,6 +460,7 @@ dosrt_files: dist prepare
$(LANG_GEN_BIN) \
| (cd dist/vim/$(VIMRTDIR); tar xf -)
-rm $(IN_README_DIR)
+ mv dist/vim/$(VIMRTDIR)/lang/ dist/vim/$(VIMRTDIR)/readme/
mv dist/vim/$(VIMRTDIR)/runtime/* dist/vim/$(VIMRTDIR)
rmdir dist/vim/$(VIMRTDIR)/runtime
# Add the message translations. Trick: skip ja.mo/ja.euc-jp.mo and use
Reply all
Reply to author
Forward
0 new messages