1
0
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:
Jonas Fonseca 2005-12-04 20:12:52 +01:00 committed by Jonas Fonseca
parent 15a7069fea
commit 53f756719a

View File

@ -101,10 +101,6 @@ install-local: all-local
$(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:
rm -f $(PACKAGE).po *.new.po $(srcdir)/$(POTFILES_ABS_LIST)