Home | History | Annotate | Download | only in bison

Lines Matching refs:po

1125 # match $(_gl_translatable_string_re)) are listed in po/POTFILES.in.
1126 po_file ?= $(srcdir)/po/POTFILES.in
1521 PODIR ?= po
1522 refresh-po:
1523 rm -f $(PODIR)/*.po && \
1524 echo "$(ME): getting translations into po (please ignore the robots.txt ERROR 404)..." && \
1525 wget --no-verbose --directory-prefix $(PODIR) --no-directories --recursive --level 1 --accept .po --accept .po.1 $(POURL) && \
1528 ls $(PODIR)/*.po | sed 's/\.po//;s,$(PODIR)/,,' | sort >> $(PODIR)/LINGUAS