##// END OF EJS Templates
Makefile: fix po file updating by using same file name everywhere...
Simon Heimberg -
r20120:872f81de default
parent child Browse files
Show More
@@ -130,7 +130,7 b' i18n/hg.pot: $(PYFILES) $(DOCFILES)'
130 # work on a temporary copy for never having a half completed target
130 # work on a temporary copy for never having a half completed target
131 cp $@ $@.tmp
131 cp $@ $@.tmp
132 msgmerge --no-location --update $@.tmp $^
132 msgmerge --no-location --update $@.tmp $^
133 mv -f $@~ $@
133 mv -f $@.tmp $@
134
134
135 .PHONY: help all local build doc clean install install-bin install-doc \
135 .PHONY: help all local build doc clean install install-bin install-doc \
136 install-home install-home-bin install-home-doc dist dist-notests tests \
136 install-home install-home-bin install-home-doc dist dist-notests tests \
General Comments 0
You need to be logged in to leave comments. Login now