Home | History | Annotate | Download | only in build_tools

Lines Matching refs:readme

172   'README.Makefiles',
173 'getting_started/README',
181 # Replace a few placeholders in README
182 readme_text = open(os.path.join(SDK_SRC_DIR, 'README')).read()
192 open(os.path.join(pepperdir, 'README'), 'w').write(readme_text)
832 extra_licenses = ('tinyxml/readme.txt',
833 'jpeg-8d/README',
834 'zlib-1.2.3/README')
838 readme = os.path.join(out_dir, 'ports', 'README')
839 oshelpers.Copy(['-v', os.path.join(SDK_SRC_DIR, 'README.naclports'), readme])