[Bug 222944] subdir with `make po'
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Oct 12 08:10:01 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222944
Bug ID: 222944
Summary: subdir with `make po'
Product: Documentation
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Documentation
Assignee: freebsd-doc at FreeBSD.org
Reporter: wosch at FreeBSD.org
`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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-doc
mailing list