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: [email protected]
Reporter: [email protected]
`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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "[email protected]"