--- nono/po/Makefile 2026/04/29 17:04:34 1.1 +++ nono/po/Makefile 2026/04/29 17:04:38 1.1.1.2 @@ -26,4 +26,10 @@ install: ${TARGETS} depend: +.PHONY: merge +merge: +.for L in ${LANGUAGES} + msgmerge --update ${L}/nono.po nono.pot +.endfor + .include "../Makefile.rule"