mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-16 21:45:10 +08:00
Add PDF generation support use with --pdf
This commit is contained in:
@@ -2,10 +2,5 @@ from sys import path
|
||||
from os.path import abspath
|
||||
path.append(abspath('../common/'))
|
||||
|
||||
from waf import cmd_configure, cmd_build, spell, cmd_spell
|
||||
from waf import cmd_configure as configure, cmd_build as build, spell, cmd_spell, cmd_options as options
|
||||
|
||||
def configure(ctx):
|
||||
cmd_configure(ctx)
|
||||
|
||||
def build(ctx):
|
||||
cmd_build(ctx)
|
||||
|
Reference in New Issue
Block a user