Home
last modified time | relevance | path

Searched refs:PATH_INSTALL_LOCALE (Results 1 – 3 of 3) sorted by relevance

/dports/www/retawq/retawq-0.2.6c/
H A DMakefile54 PATH_INSTALL_LOCALE = $(PATH_INSTALL_PREFIX)/share/locale macro
285 -cp i18n/de.mo $(PATH_INSTALL_LOCALE)/de/LC_MESSAGES/retawq.mo
286 -cp i18n/es.mo $(PATH_INSTALL_LOCALE)/es/LC_MESSAGES/retawq.mo
287 -cp i18n/fr.mo $(PATH_INSTALL_LOCALE)/fr/LC_MESSAGES/retawq.mo
288 -cp i18n/ja.mo $(PATH_INSTALL_LOCALE)/ja/LC_MESSAGES/retawq.mo
289 -cp i18n/pt_BR.mo $(PATH_INSTALL_LOCALE)/pt_BR/LC_MESSAGES/retawq.mo
H A DINSTALL89 you've set the option PATH_INSTALL_LOCALE (resp. "--path-locale=...")
H A Dinit.c322 (void) bindtextdomain(strRetawq, PATH_INSTALL_LOCALE); in initialize_i18n()