diff options
author | William Deegan <bill@baddogconsulting.com> | 2011-03-24 21:14:40 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2011-03-24 21:14:40 (GMT) |
commit | e5e471ad7178e75c421f6efc9b87f8a4e2ca0291 (patch) | |
tree | 705dd0b35a99505cba02f4e25e4db344d3446d0a /doc | |
parent | 9a186231efd1beab3fb07049eedfac5aae0d6344 (diff) | |
download | SCons-e5e471ad7178e75c421f6efc9b87f8a4e2ca0291.zip SCons-e5e471ad7178e75c421f6efc9b87f8a4e2ca0291.tar.gz SCons-e5e471ad7178e75c421f6efc9b87f8a4e2ca0291.tar.bz2 |
Fix broken docs build. Fix from Gary Oberbrunner
Diffstat (limited to 'doc')
-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 51d2a47..7e5ed60 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 c2a31b7..aa6e7f8 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> |