409
409
# Make sure that the files generated by conf are in the list
410
410
# (since listmake is typically run before conf)
411
411
if "lib/conf/conf.py" not in list_lib:
413
413
# Make sure that console/python-console is in the list
414
414
if "scripts/python-console" not in list_scripts:
415
415
list_scripts.append("scripts/python-console")