summaryrefslogtreecommitdiffstats
path: root/bin/makedocs
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2020-05-08 15:13:06 (GMT)
committerMats Wichmann <mats@linux.com>2020-05-10 12:44:58 (GMT)
commit600e0c897aaed2bf0f9ad6586925434103bfe389 (patch)
tree99c52996e0617a57b9c40fea7f7013bdb4c48d89 /bin/makedocs
parentb1f3b3020e9b8e532ddd64bdc4c3ba2e70a16599 (diff)
downloadSCons-600e0c897aaed2bf0f9ad6586925434103bfe389.zip
SCons-600e0c897aaed2bf0f9ad6586925434103bfe389.tar.gz
SCons-600e0c897aaed2bf0f9ad6586925434103bfe389.tar.bz2
[WIP] adjust docbuild for moved src [ci skip]
src/engine/SCons moved to SCons, affects wired in paths in documentation, and doc building scripts Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'bin/makedocs')
-rw-r--r--bin/makedocs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/makedocs b/bin/makedocs
index 2278a97..1c18453 100644
--- a/bin/makedocs
+++ b/bin/makedocs
@@ -9,7 +9,7 @@ if [ "$base" != "engine" ]; then
exit
fi
-DEVDIR=../../doc/developer
+DEVDIR=../doc/developer
if [ ! -d $DEVDIR ]; then
mkdir $DEVDIR
fi