equal
deleted
inserted
replaced
128 |
128 |
129 %.po: i18n/hg.pot |
129 %.po: i18n/hg.pot |
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 \ |
137 update-pot |
137 update-pot |