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