mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
po/Makefile (update-po): Remove cd $(srcdir).
It has no useful effect here, because Make runs the next command in a separate shell process that does not inherit the working directory from this one.
This commit is contained in:
parent
bb04bd6a4a
commit
000883bbbe
@ -71,7 +71,6 @@ $(srcdir)$(PACKAGE).pot: $(srcdir)$(POTFILES_ABS_LIST) $(srcdir)perl/gather-acce
|
||||
# either <lang> or <lang>.po when calling make. Example: make update-po PO=is
|
||||
|
||||
update-po: Makefile $(srcdir)$(PACKAGE).pot
|
||||
@test -z "$(srcdir)" || cd $(srcdir)
|
||||
@$(foreach lang,$(basename $(if $(strip $(PO)),$(PO),$(GMOFILES))), \
|
||||
echo -n "$(lang): "; \
|
||||
if $(MSGMERGE) $(srcdir)$(lang).po $(srcdir)$(PACKAGE).pot -o $(lang).new.po; then \
|
||||
|
Loading…
Reference in New Issue
Block a user