blob: 0f478084d4e1a22e8ec2cf45c25382132b1e1ccc [file] [log] [blame]
include_defs('//Documentation/asciidoc.defs')
include_defs('//ReleaseNotes/config.defs')
DIR = 'ReleaseNotes'
SRCS = glob(['*.txt'])
genasciidoc(
name = 'html',
out = 'html.zip',
directory = DIR,
srcs = SRCS,
attributes = release_notes_attributes(),
backend = 'html5',
searchbox = False,
resources = False,
visibility = ['PUBLIC'],
)