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/scons-proc.py | |
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/scons-proc.py')
-rw-r--r-- | bin/scons-proc.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/scons-proc.py b/bin/scons-proc.py index 30832a0..e4b73a2 100644 --- a/bin/scons-proc.py +++ b/bin/scons-proc.py @@ -115,6 +115,8 @@ class SCons_XML(object): self.write_mod(mod) def write_gen(self, filename): + print(f"DEBUG: write_gen({filename})") + print(f"values={self.values}") if not filename: return # Try to split off .gen filename |