--- nono/Makefile 2026/04/29 17:05:07 1.1.1.6 +++ nono/Makefile 2026/04/29 17:05:11 1.1.1.7 @@ -37,6 +37,6 @@ SUBDIR= lib debugger ${WAIT_HERE} \ .PHONY: pot pot: xgettext -d nono -o - -k_ --from-code utf-8 -s `cat po/POTFILES` |\ - awk -f po/header.awk - > po/nono.pot + perl po/format.pl - > po/nono.pot .include