diff options
-rw-r--r-- | doc/scons.mod | 2 | ||||
-rw-r--r-- | doc/user/troubleshoot.xml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/scons.mod b/doc/scons.mod index 51d2a477c..7e5ed6036 100644 --- a/doc/scons.mod +++ b/doc/scons.mod @@ -100,6 +100,7 @@ <!ENTITY debug-explain "<literal>--debug=explain</literal>"> <!ENTITY debug-findlibs "<literal>--debug=findlibs</literal>"> <!ENTITY debug-includes "<literal>--debug=includes</literal>"> +<!ENTITY debug-prepare "<literal>--debug=prepare</literal>"> <!ENTITY debug-presub "<literal>--debug=presub</literal>"> <!ENTITY debug-stacktrace "<literal>--debug=stacktrace</literal>"> <!ENTITY implicit-cache "<literal>--implicit-cache</literal>"> @@ -180,6 +181,7 @@ <!ENTITY Depends "<function>Depends</function>"> <!ENTITY Dir "<function>Dir</function>"> <!ENTITY Dump "<function>Dump</function>"> +<!ENTITY Duplicate "<function>Duplicate</function>"> <!ENTITY Entry "<function>Entry</function>"> <!ENTITY EnumOption "<function>EnumOption</function>"> <!ENTITY EnumVariable "<function>EnumVariable</function>"> diff --git a/doc/user/troubleshoot.xml b/doc/user/troubleshoot.xml index c2a31b758..aa6e7f8b9 100644 --- a/doc/user/troubleshoot.xml +++ b/doc/user/troubleshoot.xml @@ -1273,6 +1273,8 @@ they are already up-to-date or not. The message is printed before &SCons; decides whether to build the target. + </para> + </section> <section> |