Bug 222944 - subdir with `make po'
Summary: subdir with `make po'
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Wolfram Schneider
URL:
Keywords:
Depends on:
Blocks: 222939
  Show dependency treegraph
 
Reported: 2017-10-12 08:10 UTC by Wolfram Schneider
Modified: 2017-10-12 14:15 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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