Changeset 856:2c47ed8955d1

Show
Ignore:
Timestamp:
2010-02-13 07:43:25 (6 months ago)
Author:
Stefan Schwarzer <sschwarzer@…>
Branch:
default
Message:
Re-added the patch which used to be svn rev 897 (see ticket #42).
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • setup.py

    r843 r856  
    6060 
    6161 
     62if "install" in sys.argv[1:] and \ 
     63  not (os.path.isfile("ftputil.html") and os.path.isfile("README.html")): 
     64    print "One or more of the HTML documentation files are missing." 
     65    print "Please generate them with `make docs`." 
     66    sys.exit(1) 
     67 
    6268core.setup( 
    6369  # installation data