From 53f756719ab6826cb5969085365f70e121dc5ca0 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Sun, 4 Dec 2005 20:12:52 +0100 Subject: [PATCH] Remove dist rule We don't use 'make dist' anymore. Reported by Kalle Olavi Niemitalo. --- po/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/po/Makefile b/po/Makefile index 092cd12bf..7d6689d01 100644 --- a/po/Makefile +++ b/po/Makefile @@ -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)