`make po' works only for a document (leaf subdirectory), and not for the tree of a language e.g. all korean documents: make -C doc/ko_KR.UTF-8 po make: don't know how to make po. Stop make: stopped in /tmp/doc/ko_KR.UTF-8 it should be: make -C doc/ko_KR.UTF-8 po ===> articles ===> articles/bsdl-gpl ko_KR.po exists, merging ......... done. ===> articles/contributing ko_KR.po exists, merging ......................... done. ===> articles/explaining-bsd ko_KR.po exists, merging ........... done.
A commit references this bug: Author: wosch Date: Thu Oct 12 14:14:41 UTC 2017 New revision: 51108 URL: https://svnweb.freebsd.org/changeset/doc/51108 Log: support `make po' for sub-directories PR: 222944 Changes: head/share/mk/doc.subdir.mk