Bug 191620 - make lint says <buildtarget> is not valid for use in title elements
Summary: make lint says <buildtarget> is not valid for use in title elements
Status: Closed Feedback Timeout
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-doc (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-05 01:08 UTC by Warren Block
Modified: 2017-01-06 16:03 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 Warren Block freebsd_committer freebsd_triage 2014-07-05 01:08:57 UTC
This is a valid DocBook title, and renders to HTML without problems:

<title>Using <buildtarget>installworld</buildtarget></title>

However, 'make lint' complains:

element title: validity error : Element buildtarget is not declared in title list of possible children
Comment 1 Warren Block freebsd_committer freebsd_triage 2014-07-05 01:29:55 UTC
My mistake, neither lint nor the actual build accept <buildtarget> inside title elements.  This makes it difficult to create an accurate title in some cases.