aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorshnavid <shnavid@ef72aa8b-4018-0410-8976-d6e080ef94d8>2007-08-03 10:27:37 +0000
committershnavid <shnavid@ef72aa8b-4018-0410-8976-d6e080ef94d8>2007-08-03 10:27:37 +0000
commitb2ed24d1023f094deb7ce54ab59ca4384db646a5 (patch)
tree55af6568e96497345004f19bb330e1eb7baa06ed /src/Makefile
parentb469def0940d7bdccc04d6372d7fdf8b565d5a08 (diff)
downloadsos-b2ed24d1023f094deb7ce54ab59ca4384db646a5.tar.gz
version bumped to 1.7-6pre0
fixed gettext messages moved policy.preWork() after plugins.diagnose() cluster diagnose better messages yum diagnose() disabled for now fixed gettext stuff in Makefile git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@326 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 3d0b6920..b1c1d946 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -91,7 +91,7 @@ rpm: mo
@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
+ python tools/pygettext.py -o locale/sos.pot sosreport lib/sos/policyredhat.py
mo:
- python tools/msgfmt.py locale/*/LC_MESSAGES/sos.po
+ find locale/*/LC_MESSAGES -name sos.po -exec python tools/msgfmt.py {} \;