mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Remove dist rule
We don't use 'make dist' anymore. Reported by Kalle Olavi Niemitalo.
This commit is contained in:
parent
15a7069fea
commit
53f756719a
@ -101,10 +101,6 @@ install-local: all-local
|
|||||||
$(call ncmd,installdata,$(lang).gmo,$(DESTDIR)$(localedir)/$(lang)/LC_MESSAGES/$(PACKAGE).mo); \
|
$(call ncmd,installdata,$(lang).gmo,$(DESTDIR)$(localedir)/$(lang)/LC_MESSAGES/$(PACKAGE).mo); \
|
||||||
)
|
)
|
||||||
|
|
||||||
# Steal the `dist' target so that .po and .gmo files will be properly updated
|
|
||||||
# then the dependence on `distdir' will take care of copying.
|
|
||||||
dist: update-po distdir
|
|
||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
rm -f $(PACKAGE).po *.new.po $(srcdir)/$(POTFILES_ABS_LIST)
|
rm -f $(PACKAGE).po *.new.po $(srcdir)/$(POTFILES_ABS_LIST)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user