Skip to content

Commit

Permalink
i18n: "make distclean" should clean up after "make pot"
Browse files Browse the repository at this point in the history
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 <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Jonathan Nieder authored and Junio C Hamano committed Mar 10, 2011
1 parent cd5513a commit 92a684b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 92a684b

Please sign in to comment.