Changeset 9b5801a in rtems-docs for networking


Ignore:
Timestamp:
01/19/16 05:27:45 (8 years ago)
Author:
Amar Takhar <amar@…>
Branches:
4.11, 5, master
Children:
14bbcb1
Parents:
0abc59d
git-author:
Amar Takhar <amar@…> (01/19/16 05:27:45)
git-committer:
Amar Takhar <verm@…> (05/03/16 00:51:24)
Message:

Add PDF generation support use with --pdf

Location:
networking
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • networking/conf.py

    r0abc59d r9b5801a  
    77release = '5.0'
    88
     9latex_documents = [
     10        ('index', 'networking.tex', u'RTEMS Networking Documentation', u'RTEMS Documentation Project', 'manual'),
     11]
     12
  • networking/wscript

    r0abc59d r9b5801a  
    33path.append(abspath('../common/'))
    44
    5 from waf import cmd_configure, cmd_build, spell, cmd_spell
     5from waf import cmd_configure as configure, cmd_build as build, spell, cmd_spell, cmd_options as options
    66
    7 def configure(ctx):
    8         cmd_configure(ctx)
    9 
    10 def build(ctx):
    11         cmd_build(ctx)
Note: See TracChangeset for help on using the changeset viewer.