OSDN Git Service

docbook: use IDs as filenames to support multiple books
authorJohannes Berg <johannes.berg@intel.com>
Thu, 5 Aug 2010 18:23:11 +0000 (11:23 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 5 Aug 2010 20:21:24 +0000 (13:21 -0700)
commitab265d5cdde7133f2569e2b5f341a80907b8600e
treeef99ebdea0848b52fcf8d23849e1cc889bfdb48a
parentc95940f264e59ff8d21d76ace47bac1018912800
docbook: use IDs as filenames to support multiple books

I'm trying to generate a <set> of <book>s in docbook for wireless to
link together all the cfg80211 and mac80211 documentation.

However, docbook will generate "re01.html" anew for each book for the
first <refentry>, presumably due to a bug in the stylesheets.

An effective workaround is to use IDs for the filenames, which makes
them more descriptive as well, e.g.  API-enum-ieee80211-band.html.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/DocBook/stylesheet.xsl