476
476
# We build two separate lists, by walking www and console
477
477
list_www = build_list_py_files('www')
478
478
list_lib = build_list_py_files('lib')
480
479
list_subjects = build_list_py_files('subjects', no_top_level=True)
481
480
list_problems = build_list_py_files('problems', no_top_level=True)
482
486
# Make sure that the files generated by conf are in the list
483
487
# (since listmake is typically run before conf)
484
488
if "lib/conf/conf.py" not in list_lib:
485
489
list_lib.append("lib/conf/conf.py")
491
490
# Write these out to a file
493
492
# the files that will be created/overwritten