| Summary: | refactor `make po' | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Wolfram Schneider <wosch> |
| Component: | Books & Articles | Assignee: | Wolfram Schneider <wosch> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | wblock, ygy |
| Priority: | --- | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
| Bug Depends on: | 222944 | ||
| Bug Blocks: | |||
|
Description
Wolfram Schneider
2017-10-11 20:33:51 UTC
If you run `make po' in an english sub-directory, it will print a warning and stop the build with exit 1. This makes other things complicated, e.g. a recursive build. IMHO we should print a warning, and ignore it (exit 0). A commit references this bug: Author: wosch Date: Thu Oct 12 14:13:48 UTC 2017 New revision: 51106 URL: https://svnweb.freebsd.org/changeset/doc/51106 Log: refactor translation to a new make file "doc.translate.mk" PR: 222939 Changes: head/share/mk/doc.docbook.mk head/share/mk/doc.translate.mk A commit references this bug: Author: wosch Date: Thu Oct 12 14:38:11 UTC 2017 New revision: 51109 URL: https://svnweb.freebsd.org/changeset/doc/51109 Log: no fatal errors for english documents refactor to use make syntax instead shell/test scripts PR: 222939 Changes: head/share/Makefile head/share/mk/doc.translate.mk A commit references this bug: Author: wosch Date: Thu Oct 12 14:57:29 UTC 2017 New revision: 51110 URL: https://svnweb.freebsd.org/changeset/doc/51110 Log: refactor to use make syntax instead shell/test scripts PR: 222939 Changes: head/share/mk/doc.translate.mk A commit references this bug: Author: wosch Date: Thu Oct 12 14:57:50 UTC 2017 New revision: 51111 URL: https://svnweb.freebsd.org/changeset/doc/51111 Log: refactor to use make syntax instead shell/test scripts PR: 222939 Changes: head/share/mk/doc.translate.mk A commit references this bug: Author: wosch Date: Thu Oct 12 15:05:42 UTC 2017 New revision: 51112 URL: https://svnweb.freebsd.org/changeset/doc/51112 Log: standard verbose make output. If you do not like this, use `make -s po' PR: 222939 Changes: head/share/mk/doc.translate.mk |