diff options
author | Mats Wichmann <mats@linux.com> | 2020-05-08 15:13:06 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2020-05-10 12:44:58 (GMT) |
commit | 600e0c897aaed2bf0f9ad6586925434103bfe389 (patch) | |
tree | 99c52996e0617a57b9c40fea7f7013bdb4c48d89 /bin/makedocs | |
parent | b1f3b3020e9b8e532ddd64bdc4c3ba2e70a16599 (diff) | |
download | SCons-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/makedocs | 2 |
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 |