File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ VIM_SRC_DIR =
77
88INSTALL_DIR = $(ARCHIVE ) -runtime
99
10- .PHONY : import-en-files update-src-dir \
10+ .PHONY : import-en-files import-scripts update-src-dir \
1111 archive archive-dir release release-today test install clean distclean \
1212 force-update-all force-update-po force-update-lang force-update-tutor
1313
@@ -27,6 +27,13 @@ import-en-files:
2727 cp " $( VIM_SRC_DIR) " /runtime/tutor/tutor2 runtime/tutor/
2828 cp " $( VIM_SRC_DIR) " /nsis/lang/english.nsi nsis/lang/
2929
30+ # Import and update the .po file management scripts from the Vim source tree.
31+ import-scripts :
32+ @if test ! -d " $( VIM_SRC_DIR) " ; then echo VIM_SRC_DIR not specified; exit 1; fi
33+ cp " $( VIM_SRC_DIR) " /src/po/check.vim \
34+ " $( VIM_SRC_DIR) " /src/po/cleanup.vim \
35+ src/po/
36+
3037# Update Vim source directory.
3138update-src-dir :
3239 @if test ! -d " $( VIM_SRC_DIR) " ; then echo VIM_SRC_DIR not specified; exit 1; fi
You can’t perform that action at this time.
0 commit comments