Summary: | Failed to "make po" for the handbook | ||
---|---|---|---|
Product: | Documentation | Reporter: | Guangyuan Yang <ygy> |
Component: | Documentation | Assignee: | Wolfram Schneider <wosch> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | kevlo, loader, ratneshtr09, rcyu, wblock, wosch, ygy |
Priority: | --- | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any | ||
Bug Depends on: | 222631 | ||
Bug Blocks: |
Description
Guangyuan Yang
![]() For the reference, I tried "make po" under zh_TW.UTF-8/books/handbook with only its Makefile existing, it failed and gave me the same error. Those .inc files were generated from en_US.ISO8859-1/share/xml/mirrors.xml by xsltproc, please try to run 'make' in en_US.ISO8859-1/books/handbook/ first. Thanks wosch@, it seems the ${DOC}.translate.xml: target only builds the ${SRCS} https://svnweb.freebsd.org/doc/head/share/mk/doc.docbook.mk?revision=50877&view=markup&pathrev=50951#l347 and ${EXTRAS} files are only used in the mirrors chapter, just a thought: Index: en_US.ISO8859-1/books/handbook/Makefile =================================================================== --- en_US.ISO8859-1/books/handbook/Makefile (revision 51083) +++ en_US.ISO8859-1/books/handbook/Makefile (working copy) @@ -251,6 +251,6 @@ XMLDOCS_NO_SRCS=YES CLEANFILES+= ${EXTRAS} -index.html ${DOC}.html: ${EXTRAS} +mirrors/chapter.xml: ${EXTRAS} .include "${DOC_PREFIX}/share/mk/doc.project.mk" A commit references this bug: Author: wosch Date: Wed Oct 11 11:29:30 UTC 2017 New revision: 51099 URL: https://svnweb.freebsd.org/changeset/doc/51099 Log: improve dependencies checking for the mirror chapter Submitted by: loader PR: 222857 (and in part PR: 222631) Changes: head/en_US.ISO8859-1/books/handbook/Makefile |