mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Update documentation. Lots more is needed before it is finished.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -6,7 +6,7 @@ version = "1.0.0"
|
|||||||
|
|
||||||
def configure(ctx):
|
def configure(ctx):
|
||||||
ctx.env.ASCIIDOC = ctx.find_program(['asciidoc.py'], mandatory = True)
|
ctx.env.ASCIIDOC = ctx.find_program(['asciidoc.py'], mandatory = True)
|
||||||
ctx.env.ASCIIDOC_FLAGS = ['-b', 'html', '-a', 'data-uri', '-a', 'icons', '-a', 'max-width=55em-a']
|
ctx.env.ASCIIDOC_FLAGS = ['-b', 'html5', '-a', 'data-uri', '-a', 'icons', '-a', 'max-width=55em-a']
|
||||||
|
|
||||||
def build(ctx):
|
def build(ctx):
|
||||||
ctx(target = 'source-builder.html', source = 'source-builder.txt')
|
ctx(target = 'source-builder.html', source = 'source-builder.txt')
|
||||||
|
Reference in New Issue
Block a user