summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--po/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index 69c6d88c..ddd6ca09 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -4,7 +4,8 @@ localedir = $(PREFIX)/usr/share/locale
LANGS = $(shell ls *.po | xargs -i basename {} .po )
PGOAL = urpmi
GOALS = $(PGOAL).pot $(foreach a, $(LANGS), $(a).mo)
-POTFILES=../_irpm ../urpm.pm ../urpmf ../urpmi ../urpmi.addmedia ../urpmi.update ../urpmi.removemedia ../urpmq
+POTFILES = $(shell sed -e "s+^+../+" "POTFILES.in" )
+
all: $(GOALS)