From 8f8733b1839181f94bb50daaeac1e074bedc1367 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 3 Nov 2005 15:13:01 +0000 Subject: Cleanup makefiles. Remove obsolete, broken and non-standard test suite. --- po/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'po/Makefile') diff --git a/po/Makefile b/po/Makefile index c9c329cb..d15e46e8 100644 --- a/po/Makefile +++ b/po/Makefile @@ -4,8 +4,8 @@ localedir = $(PREFIX)/usr/share/locale PGOAL = urpmi # perl files to search translatable strings in -PL_FILES = ../_irpm ../rpm-find-leaves ../urpm.pm ../urpme ../urpmf \ - ../urpmi ../urpmi.addmedia ../gurpmi ../gurpmi2 \ +PL_FILES = ../rpm-find-leaves ../urpm.pm ../urpme ../urpmf \ + ../urpmi ../urpmi.addmedia ../gurpmi ../gurpmi2 ../gurpmi.pm \ ../urpmi.removemedia ../urpmi.update ../urpmq \ ../urpm/parallel_ka_run.pm ../urpm/parallel_ssh.pm \ ../urpm/msg.pm ../urpm/args.pm ../rurpmi @@ -18,7 +18,6 @@ LANGS = $(POFILES:%.po=%) GOALS = $(PGOAL).pot $(MOFILES) - all: $(GOALS) %.mo: %.po @@ -50,6 +49,6 @@ install: all done clean: - @rm -rf *~ *.mo $(GOALS) placeholder.pot $(PGOAL)_tmp.pot + @rm -rf *~ *.mo $(GOALS) placeholder.pot $(PGOAL)_tmp.pot -- cgit v1.2.1