Yuxuan 'fishy' Wang | 4f5ad9d | 2016-05-03 16:18:58 -0700 | [diff] [blame] | 1 | include_defs('//Documentation/asciidoc.defs') |
2 | include_defs('//ReleaseNotes/config.defs') | ||||
3 | |||||
4 | DIR = 'ReleaseNotes' | ||||
5 | |||||
6 | SRCS = glob(['*.txt']) | ||||
7 | |||||
8 | |||||
9 | genasciidoc( | ||||
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 | ) |