diff options
author | Stefan Siegel <siegel@linux-mandrake.com> | 2002-02-06 12:10:23 +0000 |
---|---|---|
committer | Stefan Siegel <siegel@linux-mandrake.com> | 2002-02-06 12:10:23 +0000 |
commit | e11f5619277c9a6034a5075bdad63c696871f2eb (patch) | |
tree | 0d63041dae66bca9f589bec117083526dfd4080c /po/Makefile | |
parent | 89868b42158fff9213531c54a7ae10d76dd772d6 (diff) | |
download | urpmi-e11f5619277c9a6034a5075bdad63c696871f2eb.tar urpmi-e11f5619277c9a6034a5075bdad63c696871f2eb.tar.gz urpmi-e11f5619277c9a6034a5075bdad63c696871f2eb.tar.bz2 urpmi-e11f5619277c9a6034a5075bdad63c696871f2eb.tar.xz urpmi-e11f5619277c9a6034a5075bdad63c696871f2eb.zip |
grab POTFILES from POTFILES.in
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 3 |
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) |