Lines Matching refs:POFILE
38 POFILE = scripts.po macro
112 _msg: $(POFILE)
114 $(POFILE): $(MSGFILES)
115 …t $(MSGFILES) | tr '`' ' ' | sed -e "s/gettext \"/gettext \(\"/" | sed -e "s/$$/);/" > $(POFILE).i
116 $(XGETTEXT) -s $(POFILE).i
117 $(RM) $@ $(POFILE).i
118 mv messages.po $(POFILE)
124 …t $(MSGFILES) | tr '`' ' ' | sed -e "s/gettext \"/gettext \(\"/" | sed -e "s/$$/);/" > $(POFILE).i
125 $(XGETTEXT) -s -m "xxx" $(POFILE).i
126 $(RM) $@ $(POFILE).i
127 mv messages.po $(POFILE)
145 $(RM) $(POFILE)