mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Drop install-local-{yes,no} rules since logic was moved to the top Makefile
This commit is contained in:
parent
f570b6303e
commit
212c0e6c04
@ -94,9 +94,7 @@ check-po:
|
||||
#
|
||||
# Use *-local targets to place and remove .gmo files.
|
||||
|
||||
install-local: install-local-$(CONFIG_NLS)
|
||||
install-local-no:
|
||||
install-local-yes: all-local
|
||||
install-local: all-local
|
||||
$(MKINSTALLDIRS) $(DESTDIR)$(localedir)
|
||||
@$(foreach lang,$(basename $(if $(strip $(PO)),$(PO),$(CATALOGS))), \
|
||||
$(MKINSTALLDIRS) $(DESTDIR)$(localedir)/$(lang)/LC_MESSAGES; \
|
||||
|
Loading…
Reference in New Issue
Block a user