Bug 222944

Summary: subdir with `make po'
Product: Documentation Reporter: Wolfram Schneider <wosch>
Component: Books & ArticlesAssignee: Wolfram Schneider <wosch>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 222939    

Description Wolfram Schneider freebsd_committer freebsd_triage 2017-10-12 08:10:01 UTC
`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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-10-12 14:14:51 UTC
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