From: RestorerZ Date: Sun, 20 Jul 2025 07:47:19 +0000 (+0200) Subject: translation: comment out deletion of *.pot file in Makefiles X-Git-Tag: v9.1.1569~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c8d32e4fc17b4b38b17d7c039ee6203d1b01078;p=thirdparty%2Fvim.git translation: comment out deletion of *.pot file in Makefiles This is needed since commit 59bd74e included vim.pot in the repository. closes: #17800 Signed-off-by: RestorerZ Signed-off-by: Christian Brabandt --- diff --git a/src/po/Make_cyg.mak b/src/po/Make_cyg.mak index c04837eed3..d4d8eb8ee0 100644 --- a/src/po/Make_cyg.mak +++ b/src/po/Make_cyg.mak @@ -96,4 +96,5 @@ install-all: install clean: $(RM) *.mo - $(RM) *.pot +# $(RM) *.pot + $(RM) *.orig diff --git a/src/po/Make_ming.mak b/src/po/Make_ming.mak index 21d2d2037c..fb62827214 100644 --- a/src/po/Make_ming.mak +++ b/src/po/Make_ming.mak @@ -119,4 +119,5 @@ endif clean: $(RM) *.mo - $(RM) *.pot +# $(RM) *.pot + $(RM) *.orig diff --git a/src/po/Make_mvc.mak b/src/po/Make_mvc.mak index de0339743b..61fdcb74e0 100644 --- a/src/po/Make_mvc.mak +++ b/src/po/Make_mvc.mak @@ -526,11 +526,11 @@ $(PLUGPACKAGE).mo : $(PO_PLUGPACKAGE) clean: checkclean - $(RM) *.mo - $(RM) *.pot - $(RM) *.orig - $(RM) files allfiles - $(RM) sjiscorr.obj sjiscorr.exe -# $(RM) big5corr.obj big5corr.exe + - $(RM) *.mo + - $(RM) *.orig + - $(RM) files allfiles + - $(RM) sjiscorr.obj sjiscorr.exe +# - $(RM) *.pot +# - $(RM) big5corr.obj big5corr.exe # vim: set noet sw=8 ts=8 sts=0 wm=0 tw=0 ft=make: diff --git a/src/po/Makefile b/src/po/Makefile index 75bd1dc31d..9e8fe9db9a 100644 --- a/src/po/Makefile +++ b/src/po/Makefile @@ -239,10 +239,10 @@ prefixcheck: fi clean: checkclean - rm -f core core.* *.old.po *.mo sjiscorr - rm -f LINGUAS vim.desktop gvim.desktop tmp_*desktop - rm -f ./allfiles -# rm -f big5corr + - rm -f core core.* *.old.po *.mo sjiscorr + - rm -f LINGUAS vim.desktop gvim.desktop tmp_*desktop + - rm -f ./allfiles +# - rm -f big5corr distclean: clean