Makefile: dosrt target fails because of duplicate lang directories
Commit:
https://github.com/vim/vim/commit/93f05b6d4c05af53495f083316c826d475096151
Author: Christian Brabandt <[email protected]>
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 <[email protected]>
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
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1vreIx-00DdnB-Nd%40256bit.org.