diff options
author | shnavid <shnavid@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2007-07-14 11:07:37 +0000 |
---|---|---|
committer | shnavid <shnavid@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2007-07-14 11:07:37 +0000 |
commit | f78567b537bd40f6112e051f7206ad36cc5d9828 (patch) | |
tree | 909cf78536dd1cf402737ca5328c619eb75e9322 /src/Makefile | |
parent | 1596f54d8ad39160f995798f457c759c67c79494 (diff) | |
download | sos-f78567b537bd40f6112e051f7206ad36cc5d9828.tar.gz |
* initial language localization support
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@204 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 057060fd..c7564b88 100644 --- a/src/Makefile +++ b/src/Makefile @@ -83,3 +83,6 @@ rpm: rpmbuild -ba --define="_topdir $(TOPDIR)" sos.spec @mv $(TOPDIR)/RPMS/noarch/$(NAME)-$(VERSION)*.rpm $(TOPDIR)/SRPMS/$(NAME)-$(VERSION)*.rpm $(TOPDIR)/SOURCES/$(NAME)-$(VERSION).tar.gz dist/ + +pot: + python tools/pygettext.py -o locale/sos.pot sosreport |