Changeset 856:2c47ed8955d1
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r843
|
r856
|
|
| 60 | 60 | |
| 61 | 61 | |
| | 62 | if "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 | |
| 62 | 68 | core.setup( |
| 63 | 69 | # installation data |