]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
translation: comment out deletion of *.pot file in Makefiles
authorRestorerZ <restorer@mail2k.ru>
Sun, 20 Jul 2025 07:47:19 +0000 (09:47 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 20 Jul 2025 07:48:52 +0000 (09:48 +0200)
This is needed since commit 59bd74e included vim.pot in the repository.

closes: #17800

Signed-off-by: RestorerZ <restorer@mail2k.ru>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/po/Make_cyg.mak
src/po/Make_ming.mak
src/po/Make_mvc.mak
src/po/Makefile

index c04837eed35249aac329fd8121dcae5a0d8abf23..d4d8eb8ee0911d85f522f014931cf8ffe234e3c9 100644 (file)
@@ -96,4 +96,5 @@ install-all: install
 
 clean:
        $(RM) *.mo
-       $(RM) *.pot
+#      $(RM) *.pot
+       $(RM) *.orig
index 21d2d2037cdc8190d99f1eb74c558a5e4c570a13..fb628272147033d24393193f34ec4fe8d03a5c1a 100644 (file)
@@ -119,4 +119,5 @@ endif
 
 clean:
        $(RM) *.mo
-       $(RM) *.pot
+#      $(RM) *.pot
+       $(RM) *.orig
index de0339743b685f5ab8e3c3a4c7e5e508b516de6f..61fdcb74e0d03f2d0b3d81fd4b9cafcfe2c29bbf 100644 (file)
@@ -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:
index 75bd1dc31ddec1f39d70016e6f1186817428e494..9e8fe9db9ab1ef5ece3104e51439976e58d4080a 100644 (file)
@@ -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