mirror of
https://github.com/SELinuxProject/selinux
synced 2025-01-18 11:20:44 +00:00
policycoreutils: po: stop running update-po on all
update-po is a mechanism for sucking the latest english translations out of the source code, but it ALWAYS updates all of the po files with things like the last time the update-po was run even if there are no changes. This results in having to do git checkins any time you run make at the top level. Since so few people interact with the Translators I believe this should be done on demand when they think it is time to get new translations. Signed-off-by: Eric Paris <eparis@redhat.com> Acked-by: Dan Walsh <dwalsh@redhat.com>
This commit is contained in:
parent
1683203efd
commit
11e995791d
@ -84,7 +84,7 @@ POTFILES = \
|
||||
|
||||
#default:: clean
|
||||
|
||||
all:: update-po $(MOFILES)
|
||||
all:: $(MOFILES)
|
||||
|
||||
$(POTFILE): $(POTFILES)
|
||||
$(XGETTEXT) --keyword=_ --keyword=N_ $(POTFILES)
|
||||
|
Loading…
Reference in New Issue
Block a user