~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: mattgiuca
  • Date: 2008-02-06 02:48:34 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:427
setup.py: Fix (put conf.py in wrong list in listmake)
doc/setup and dependencies: Added "make" as a dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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:
412
 
        list_www.append("lib/conf/conf.py")
 
412
        list_lib.append("lib/conf/conf.py")
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")