From: Jonathan Nieder Date: Fri, 25 Feb 2011 07:22:12 +0000 (-0600) Subject: i18n: "make distclean" should clean up after "make pot" X-Git-Tag: v1.7.5-rc0~54^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=92a684b916edf9e0f4f7962865e62ff71a988445;p=git.git i18n: "make distclean" should clean up after "make pot" This is in "make distclean" and not "make clean" to avoid needlessly changing the POT-Creation-Date in the following scenario: make clean; # cleaning up after an old build git pull make pot; # regenerate po template if necessary msgmerge po/my_language.po po/git.pot Signed-off-by: Jonathan Nieder Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index 1cc6c6087..749783511 100644 --- a/Makefile +++ b/Makefile @@ -2340,6 +2340,7 @@ dist-doc: distclean: clean $(RM) configure + $(RM) po/git.pot clean: $(RM) *.o block-sha1/*.o ppc/*.o compat/*.o compat/*/*.o xdiff/*.o vcs-svn/*.o \