| Summary: | RELNOTES_LANG breaks release if not en_US.ISO8859-1 | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Harald Schmalzbauer <harry> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed Overcome By Events | ||
| Severity: | Affects Only Me | CC: | carlavilla |
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
For bugs matching the following criteria: Status: In Progress Changed: (is less than) 2014-06-01 Reset to default assignee and clear in-progress tags. Mail being skipped Right now the documentation it's with Hugo/AsciiDoc. We can close this. |
Trying to build a release with RELNOTES_LANG set to de_DE.ISO8859-1 breaks the build. I don't know RELNOTESng well enough to determine if these lines are inadaequat: @for i in ${DIST_DOCS_ARCH_DEP}; do \ cp ${RND}/${RELNOTES_LANG}/$$i/${TARGET}/article.txt \ ${CD_DISC1}/`echo $${i} | tr 'a-z' 'A-Z'`.TXT; \ or if the culprit is that src/release/doc/de_DE.ISO8859-1 doesn't have a article.sgml but only architecture dependent subdirectories, which en_US doesn't have. How-To-Repeat: cd /usr/src/release && make RELNOTES_LANG=de_DE.ISO8859-1