Home
last modified time | relevance | path

Searched refs:POTFILE (Results 1 – 1 of 1) sorted by relevance

/external/selinux/policycoreutils/po/
DMakefile9 POTFILE = $(NLSPACKAGE).pot macro
101 $(POTFILE): $(POTFILES) booleans.py
103 @if cmp -s $(NLSPACKAGE).po $(POTFILE); then \
106 mv -f $(NLSPACKAGE).po $(POTFILE); \
109 update-po: Makefile $(POTFILE) refresh-po
115 if $(MSGMERGE) $(MSGMERGE_FLAGS) $$lang.po $(POTFILE) > $$lang.pot ; then \