Searched refs:file_subpath (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | conf.py | 251 file_subpath = os.path.join(command_guide_subpath, name) 258 "(expected '# <name> - <description>')" % file_subpath, 261 man_pages.append((file_subpath.replace('.md',''), m.group(1), 266 file_subpath = os.path.join(command_guide_subpath, name) 273 file_subpath, file=sys.stderr) 276 "(expected '<name> - <description>')" % file_subpath, 280 man_pages.append((file_subpath.replace('.rst',''), name,
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | conf.py | 231 file_subpath = os.path.join(command_guide_subpath, name) variable 239 file_subpath,)), file=sys.stderr) 244 file_subpath,)), file=sys.stderr) 248 man_pages.append((file_subpath.replace('.rst',''), name,
|