|
|
nono 1.4.0
#
# nono
# Copyright (C) 2020 nono project
# Licensed under nono-license.txt
#
.include "../Makefile.inc"
LANGUAGES= \
ja \
TARGETS= ${LANGUAGES:S/$/\/nono.mo/}
.for m in ${TARGETS}
${m}: ${m:.mo=.po}
msgfmt $> -o $@
.endfor
CAT= LC_MESSAGES
install: ${TARGETS}
.for L in ${LANGUAGES}
${INSTALL} -d ${DESTDIR}${LOCALEDIR}/${L}/${CAT}
${INSTALL_DATA} ${L}/nono.mo ${DESTDIR}${LOCALEDIR}/${L}/${CAT}
.endfor
depend:
.PHONY: merge
merge:
.for L in ${LANGUAGES}
msgmerge --update ${L}/nono.po nono.pot
.endfor
.include "../Makefile.rule"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.