diff options
author | shnavid <shnavid@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2007-07-14 11:36:39 +0000 |
---|---|---|
committer | shnavid <shnavid@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2007-07-14 11:36:39 +0000 |
commit | ed9713b66f2e2385a1b9e35b38e43cca99c150c5 (patch) | |
tree | 0bb4ddc6fc29314444a66fcf1bcb75a60597f4cd /src/Makefile | |
parent | f78567b537bd40f6112e051f7206ad36cc5d9828 (diff) | |
download | sos-ed9713b66f2e2385a1b9e35b38e43cca99c150c5.tar.gz |
* package translations as well
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@205 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index c7564b88..4ceaad18 100644 --- a/src/Makefile +++ b/src/Makefile @@ -64,7 +64,7 @@ version: clean: @rm -fv *~ .*~ changenew ChangeLog.old $(NAME)-$(VERSION).tar.bz2 sosreport.1.gz -rpm: +rpm: mo @test -f sos.spec @mkdir -p $(TOPDIR)/SOURCES $(TOPDIR)/SRPMS $(TOPDIR)/RPMS $(TOPDIR)/BUILD @@ -86,3 +86,6 @@ rpm: pot: python tools/pygettext.py -o locale/sos.pot sosreport + +mo: + python tools/msgfmt.py locale/*/LC_MESSAGES/sos.po |