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

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: dcoles
  • Date: 2008-02-20 21:59:29 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:524
forum: Changed setup to just copy the phpBB directory (probbaly can be made 
neater) and trying to fix some CSS on the forum app frame.

Show diffs side-by-side

added added

removed removed

Lines of Context:
349
349
# as necessary, and include it in the distribution.
350
350
listmake_mimetypes = ['text/x-python', 'text/html',
351
351
    'application/x-javascript', 'application/javascript',
352
 
    'text/css', 'image/png', 'image/gif', 'image/jpeg', 'application/xml', 
353
 
    'application/x-httpd-php']
 
352
    'text/css', 'image/png', 'application/xml']
354
353
 
355
354
# Main function skeleton from Guido van Rossum
356
355
# http://www.artima.com/weblogs/viewpost.jsp?thread=4829
859
858
    # Copy the www and lib directories using the list
860
859
    action_copylist(install_list.list_www, ivle_install_dir, dry)
861
860
    action_copylist(install_list.list_lib, ivle_install_dir, dry)
 
861
    
 
862
    # Copy the php directory
 
863
    action_copytree('www/php/phpBB3',os.path.join(ivle_install_dir,'www/php/phpBB3'), 
 
864
    dry)
862
865
 
863
866
    if not nojail:
864
867
        # Copy the local jail directory built by the build action