gerrit/ReleaseNotes/BUCK

20 lines
356 B
Python

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'],
)