aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier@tilloy.net>2010-04-14 11:33:02 +0200
committerOlivier Tilloy <olivier@tilloy.net>2010-04-14 11:33:02 +0200
commita64fdc513b418bdf15a3acc352157b896db68166 (patch)
treeb9e8cc5a12d921e147dcbee79a8e1a09e4ff1bcf /SConstruct
parentf625be97611501acbc7a7ffbbadfa6c4811c18cc (diff)
downloadpyexiv2-a64fdc513b418bdf15a3acc352157b896db68166.tar.gz
Updated a comment: building the doc doesn't require fiddling with the PYTHONPATH anymore.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 1 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 7e54c37..8ae88eb 100644
--- a/SConstruct
+++ b/SConstruct
@@ -29,7 +29,6 @@ else:
if 'lib' in BUILD_TARGETS or 'install' in BUILD_TARGETS:
build_lib()
if 'doc' in BUILD_TARGETS:
- # Note: building the doc requires the lib to be built and the pyexiv2
- # module to be in the python path.
+ # Note: building the doc requires the lib to be built.
build_doc()