diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-11-03 15:13:01 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-11-03 15:13:01 +0000 |
commit | 8f8733b1839181f94bb50daaeac1e074bedc1367 (patch) | |
tree | 20444cfff7c57e5b6ad61d170b0686f3326781af /po | |
parent | cc2964bd528da6bf92ae85e9591e92fe7ad85be2 (diff) | |
download | urpmi-8f8733b1839181f94bb50daaeac1e074bedc1367.tar urpmi-8f8733b1839181f94bb50daaeac1e074bedc1367.tar.gz urpmi-8f8733b1839181f94bb50daaeac1e074bedc1367.tar.bz2 urpmi-8f8733b1839181f94bb50daaeac1e074bedc1367.tar.xz urpmi-8f8733b1839181f94bb50daaeac1e074bedc1367.zip |
Cleanup makefiles. Remove obsolete, broken and non-standard test suite.
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
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 |