0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-10-21 19:54:04 -04:00

Drop install-local-{yes,no} rules since logic was moved to the top Makefile

This commit is contained in:
Jonas Fonseca
2005-10-30 08:07:03 +01:00
committed by Jonas Fonseca
parent f570b6303e
commit 212c0e6c04

View File

@@ -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; \