Lines Matching refs:po
0 # po.m4 serial 24 (gettext-0.19)
22 dnl Checks for all prerequisites of the po subdirectory.
32 dnl the gettext macros and po/Makefile.in.in are in sync.
71 rm -f messages.po
88 dnl have to define it here, so that it can be used in po/Makefile.
96 AC_CONFIG_COMMANDS([po-directories], [[
143 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
145 # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
159 POFILES="$POFILES $srcdirpre$lang.po"
160 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
324 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
326 # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
355 POFILES="$POFILES $srcdirpre$lang.po"
356 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
417 $frobbedlang.msg: $lang.po
418 ${tab}@echo "\$(MSGFMT) -c --tcl -d \$(srcdir) -l $lang $srcdirpre$lang.po"; \
419 ${tab}\$(MSGFMT) -c --tcl -d "\$(srcdir)" -l $lang $srcdirpre$lang.po || { rm -f "\$(srcdir)/$frobbedlang.msg"; exit 1; }
428 $frobbedlang/\$(DOMAIN).resources.dll: $lang.po
429 ${tab}@echo "\$(MSGFMT) -c --csharp -d \$(srcdir) -l $lang $srcdirpre$lang.po -r \$(DOMAIN)"; \
430 ${tab}\$(MSGFMT) -c --csharp -d "\$(srcdir)" -l $lang $srcdirpre$lang.po -r "\$(DOMAIN)" || { rm -f "\$(srcdir)/$frobbedlang.msg"; exit 1; }
448 dnl Registers an option to be passed to xgettext in the po subdirectory.