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>
clean:
$(RM) *.mo
- $(RM) *.pot
+# $(RM) *.pot
+ $(RM) *.orig
clean:
$(RM) *.mo
- $(RM) *.pot
+# $(RM) *.pot
+ $(RM) *.orig
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:
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