Bug 121312 - RELNOTES_LANG breaks release if not en_US.ISO8859-1
Summary: RELNOTES_LANG breaks release if not en_US.ISO8859-1
Status: Closed Overcome By Events
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-doc (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-03 09:50 UTC by Harald Schmalzbauer
Modified: 2021-04-01 18:50 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Harald Schmalzbauer 2008-03-03 09:50:02 UTC
	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
Comment 1 Eitan Adler freebsd_committer freebsd_triage 2017-12-31 07:58:39 UTC
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
Comment 2 Sergio Carlavilla Delgado freebsd_committer freebsd_triage 2021-04-01 18:50:59 UTC
Right now the documentation it's with Hugo/AsciiDoc. We can close this.