Lines Matching refs:po
1 # po.m4 serial 17 (gettext-0.18)
22 dnl Checks for all prerequisites of the po subdirectory.
31 dnl the gettext macros and po/Makefile.in.in are in sync.
70 rm -f messages.po
87 dnl have to define it here, so that it can be used in po/Makefile.
95 AC_CONFIG_COMMANDS([po-directories], [[
141 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
143 # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
157 POFILES="$POFILES $srcdirpre$lang.po"
158 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
321 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
323 # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
352 POFILES="$POFILES $srcdirpre$lang.po"
353 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
413 $frobbedlang.msg: $lang.po
414 @echo "\$(MSGFMT) -c --tcl -d \$(srcdir) -l $lang $srcdirpre$lang.po"; \
415 …\$(MSGFMT) -c --tcl -d "\$(srcdir)" -l $lang $srcdirpre$lang.po || { rm -f "\$(srcdir)/$frobbedlan…
424 $frobbedlang/\$(DOMAIN).resources.dll: $lang.po
425 @echo "\$(MSGFMT) -c --csharp -d \$(srcdir) -l $lang $srcdirpre$lang.po -r \$(DOMAIN)"; \
426 …\$(MSGFMT) -c --csharp -d "\$(srcdir)" -l $lang $srcdirpre$lang.po -r "\$(DOMAIN)" || { rm -f "\$(…
444 dnl Registers an option to be passed to xgettext in the po subdirectory.