diff options
author | Steven Knight <knight@baldmt.com> | 2009-01-28 13:07:52 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2009-01-28 13:07:52 (GMT) |
commit | 0de21ca41c1db5a17b36d0fc33e8916896745aa9 (patch) | |
tree | 108d8334f655ddd4dc174568c79714274812ee4c /doc/user/simple.xml | |
parent | 852c17007b5cf449058a5b4f372445fe414255fe (diff) | |
download | SCons-0de21ca41c1db5a17b36d0fc33e8916896745aa9.zip SCons-0de21ca41c1db5a17b36d0fc33e8916896745aa9.tar.gz SCons-0de21ca41c1db5a17b36d0fc33e8916896745aa9.tar.bz2 |
User's Guide updates. (Robert P. J. Day)
Diffstat (limited to 'doc/user/simple.xml')
-rw-r--r-- | doc/user/simple.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/simple.xml b/doc/user/simple.xml index 8245237..6bd70b0 100644 --- a/doc/user/simple.xml +++ b/doc/user/simple.xml @@ -419,7 +419,7 @@ <para> &SCons; reflects this distinction between - <emphasis>calling a builder method like</emphasis> &b-Program;> + <emphasis>calling a builder method like</emphasis> &b-Program; and <emphasis>actually building the program</emphasis> by printing the status messages that indicate when it's "just reading" the &SConstruct; file, |