diff options
author | Christian Belisle <cbelisle@mandriva.com> | 2002-01-07 18:36:07 +0000 |
---|---|---|
committer | Christian Belisle <cbelisle@mandriva.com> | 2002-01-07 18:36:07 +0000 |
commit | 774f126caa3ccd38dea05a0380731724e14f1e77 (patch) | |
tree | 4459fd1bde593152a8176dabcce1201ff7b522b4 /po/Makefile | |
parent | fbef77358e231b476bc95b1bd7df18cb614013a2 (diff) | |
download | transfugdrake-774f126caa3ccd38dea05a0380731724e14f1e77.tar transfugdrake-774f126caa3ccd38dea05a0380731724e14f1e77.tar.gz transfugdrake-774f126caa3ccd38dea05a0380731724e14f1e77.tar.bz2 transfugdrake-774f126caa3ccd38dea05a0380731724e14f1e77.tar.xz transfugdrake-774f126caa3ccd38dea05a0380731724e14f1e77.zip |
another typo...
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 026b365..49f5485 100644 --- a/po/Makefile +++ b/po/Makefile @@ -2,7 +2,7 @@ localedir = $(prefix)/usr/share/locale LANGS = $(shell ls *.po | xargs -i basename {} .po ) -PGOAL = transfugdrake +PGOAL = transfugdrake GOALS = $(PGOAL).pot $(foreach a, $(LANGS), $(a).mo) # $(foreach a, $(LANGS), $($(a).mo)) |