Lines Matching refs:file
3 # This file is part of systemd.
62 # Really, do not edit this file.
71 def xml(file):
72 return 'man/{}'.format(os.path.basename(file))
76 # print('parsing {}'.format(name), file=sys.stderr)
93 # print('{} => {} [{}]'.format(alias, target, conditional), file=sys.stderr)
102 print("Failed to process", name, file=sys.stderr)
126 dist_files = (xml(file) for file in sys.argv[1:]
127 if not file.endswith(".directives.xml") and
128 not file.endswith(".index.xml"))