Changeset 9b5801a in rtems-docs for networking
- Timestamp:
- 01/19/16 05:27:45 (8 years ago)
- 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)
- Location:
- networking
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
networking/conf.py
r0abc59d r9b5801a 7 7 release = '5.0' 8 8 9 latex_documents = [ 10 ('index', 'networking.tex', u'RTEMS Networking Documentation', u'RTEMS Documentation Project', 'manual'), 11 ] 12 -
networking/wscript
r0abc59d r9b5801a 3 3 path.append(abspath('../common/')) 4 4 5 from waf import cmd_configure , cmd_build, spell, cmd_spell5 from waf import cmd_configure as configure, cmd_build as build, spell, cmd_spell, cmd_options as options 6 6 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.