Don't update the .po files etc. unless explicitly wanted.
parent
b808220f9b
commit
061e75085e
|
@ -101,7 +101,7 @@ CATALOGS = @CATALOGS@
|
||||||
|
|
||||||
all: check-macro-version all-@USE_NLS@
|
all: check-macro-version all-@USE_NLS@
|
||||||
|
|
||||||
all-yes: stamp-po
|
all-yes:
|
||||||
all-no:
|
all-no:
|
||||||
|
|
||||||
# Ensure that the gettext macros and this Makefile.in.in are in sync.
|
# Ensure that the gettext macros and this Makefile.in.in are in sync.
|
||||||
|
@ -383,7 +383,7 @@ POTFILES.in: $(srcdir)/update-po.sh
|
||||||
|
|
||||||
update-po-custom: POTFILES.in
|
update-po-custom: POTFILES.in
|
||||||
|
|
||||||
update-po: Makefile update-po-custom
|
update-po: Makefile update-po-custom stamp-po
|
||||||
$(MAKE) $(DOMAIN).pot-update
|
$(MAKE) $(DOMAIN).pot-update
|
||||||
test -z "$(UPDATEPOFILES)" || $(MAKE) $(UPDATEPOFILES)
|
test -z "$(UPDATEPOFILES)" || $(MAKE) $(UPDATEPOFILES)
|
||||||
$(MAKE) update-gmo
|
$(MAKE) update-gmo
|
||||||
|
|
Loading…
Reference in New Issue