summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-06-11 16:21:01 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-12 16:27:28 +0200
commit23d8a7fb237c433a74499dcd65aa60144aafbc46 (patch)
treeb2e4531a00d369be10cb5083c158c59ce63ba885 /configure
parent0d463c05fc4f2e79e5a4e5a5382a1e6ed5d2615e (diff)
don't copy/symlink doc/global to build dir
instead, use the files directly from the source dir. Change-Id: I03b728c66de6e03cade6dc153dcc78cea8e3f606 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure b/configure
index b551eedb2a..3826d14305 100755
--- a/configure
+++ b/configure
@@ -2399,10 +2399,6 @@ if [ "$OPT_SHADOW" = "yes" ]; then
[ -d "$outpath/bin" ] || mkdir -p "$outpath/bin"
mkdir -p "$outpath/mkspecs"
-
- # Prepare doc directory
- mkdir -p "$outpath/doc"
- ln -f -s "$relpath"/doc/global "$outpath/doc"
fi
# symlink fonts to be able to run application from build directory