Lines Matching refs:write
28 fdw.write(fd.read().replace('man+manualpages/','man+HTML_ROOT/manualpages/'))
30 fdw.write(fd.read())
55 fdw.write(fd.read())
57 fdw.write('\n<p>\n')
63 fdw.write('\n<p>\nExamples\n<p>')
73 fdw.write('<a href="' + f + '.html">' + f + ': ' + line + '</a><br>\n')
78 fdw.write('\n<p>\nSource files\n<p>')
81 fdw.write('<a href=\"' + f + '.html\">' + f + '</a><br>\n')
85 fdw.write('\n<p>\nDirectories\n<p>')
87 fdw.write('<a href="' + os.path.join(d,'index.html') + '">' + d + '</a><br>\n')
92 fd.write('files = ')
93 fd.write(' '.join(allfiles))
94 fd.write('\n')
95 fd.write('\n')
96 fd.write(os.path.join(loc,'%.html')+' : %\n')
97 …fd.write(' @' + str(os.path.join(str(petsc_dir),'doc','build_c2html_file.py')) + ' ' + str(petsc_d…
98 fd.write('\n')
99 fd.write('all: $(files)\n')