Home
last modified time | relevance | path

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

/external/selinux/policycoreutils/po/
DMakefile10 POTFILE = $(NLSPACKAGE).pot macro
102 $(POTFILE): $(POTFILES) booleans.py
104 @if cmp -s $(NLSPACKAGE).po $(POTFILE); then \
107 mv -f $(NLSPACKAGE).po $(POTFILE); \
110 update-po: Makefile $(POTFILE) refresh-po
116 if $(MSGMERGE) $(MSGMERGE_FLAGS) $$lang.po $(POTFILE) > $$lang.pot ; then \