diff options
author | Christian Belisle <cbelisle@mandriva.com> | 2002-01-07 18:35:30 +0000 |
---|---|---|
committer | Christian Belisle <cbelisle@mandriva.com> | 2002-01-07 18:35:30 +0000 |
commit | fbef77358e231b476bc95b1bd7df18cb614013a2 (patch) | |
tree | f0248911cc916e174c541d6e25bf0c729ff6e38e | |
parent | db89eceab664c5c5758720028f3f6c0a254315a2 (diff) | |
download | transfugdrake-fbef77358e231b476bc95b1bd7df18cb614013a2.tar transfugdrake-fbef77358e231b476bc95b1bd7df18cb614013a2.tar.gz transfugdrake-fbef77358e231b476bc95b1bd7df18cb614013a2.tar.bz2 transfugdrake-fbef77358e231b476bc95b1bd7df18cb614013a2.tar.xz transfugdrake-fbef77358e231b476bc95b1bd7df18cb614013a2.zip |
typo
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index b684e0e..026b365 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 = mdkonline +PGOAL = transfugdrake GOALS = $(PGOAL).pot $(foreach a, $(LANGS), $(a).mo) # $(foreach a, $(LANGS), $($(a).mo)) |