blob: 0f478084d4e1a22e8ec2cf45c25382132b1e1ccc [file] [log] [blame]
Yuxuan 'fishy' Wang4f5ad9d2016-05-03 16:18:58 -07001include_defs('//Documentation/asciidoc.defs')
2include_defs('//ReleaseNotes/config.defs')
3
4DIR = 'ReleaseNotes'
5
6SRCS = glob(['*.txt'])
7
8
9genasciidoc(
10 name = 'html',
11 out = 'html.zip',
12 directory = DIR,
13 srcs = SRCS,
14 attributes = release_notes_attributes(),
15 backend = 'html5',
16 searchbox = False,
17 resources = False,
18 visibility = ['PUBLIC'],
19)