Changeset 9b495a2 in rtems-docs for common/waf.py
- Timestamp:
- 01/20/16 02:48:37 (7 years ago)
- Branches:
- 4.11, 5, am, master
- Children:
- ed3794e
- Parents:
- 7c1f215
- git-author:
- Amar Takhar <amar@…> (01/20/16 02:48:37)
- git-committer:
- Amar Takhar <verm@…> (05/03/16 00:51:25)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
common/waf.py
r7c1f215 r9b495a2 117 117 srcnode = ctx.srcnode.abspath() 118 118 119 if not ctx.env.PDFLATEX or not ctx.env.MAKEINDEX:120 ctx.fatal('The programs pdflatex and makeindex are required')121 122 123 119 if ctx.options.pdf: 124 120 doc_pdf(ctx, source_dir, conf_dir)
Note: See TracChangeset
for help on using the changeset viewer.