mirror of
https://github.com/vim/vim.git
synced 2026-05-06 12:26:58 -04:00
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 <cb@256bit.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user