From a64fdc513b418bdf15a3acc352157b896db68166 Mon Sep 17 00:00:00 2001 From: Olivier Tilloy Date: Wed, 14 Apr 2010 11:33:02 +0200 Subject: Updated a comment: building the doc doesn't require fiddling with the PYTHONPATH anymore. --- SConstruct | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'SConstruct') 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() -- cgit