summaryrefslogtreecommitdiffstats
path: root/doc/user/main.in
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2006-02-13 03:52:41 (GMT)
committerSteven Knight <knight@baldmt.com>2006-02-13 03:52:41 (GMT)
commit804ff6d25ac70aabcd913fe44d441799867a7dd7 (patch)
tree004e8fcfa1e69736fcbbf7590da8036b9a8ae4eb /doc/user/main.in
parentf325a0ceb04f04d045862eee8373a586011e4ebf (diff)
downloadSCons-804ff6d25ac70aabcd913fe44d441799867a7dd7.zip
SCons-804ff6d25ac70aabcd913fe44d441799867a7dd7.tar.gz
SCons-804ff6d25ac70aabcd913fe44d441799867a7dd7.tar.bz2
Add a NoClean() function. (Steven Johnson)
Diffstat (limited to 'doc/user/main.in')
-rw-r--r--doc/user/main.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/user/main.in b/doc/user/main.in
index a720915..af3b0ee 100644
--- a/doc/user/main.in
+++ b/doc/user/main.in
@@ -59,6 +59,7 @@
<!ENTITY errors SYSTEM "errors.sgml">
<!ENTITY example SYSTEM "example.sgml">
<!ENTITY factories SYSTEM "factories.sgml">
+ <!ENTITY file-removal SYSTEM "file-removal.sgml">
<!ENTITY help SYSTEM "help.sgml">
<!ENTITY hierarchy SYSTEM "hierarchy.sgml">
<!ENTITY java SYSTEM "java.sgml">
@@ -68,7 +69,6 @@
<!ENTITY make SYSTEM "make.sgml">
<!ENTITY nodes SYSTEM "nodes.sgml">
<!ENTITY parseconfig SYSTEM "parseconfig.sgml">
- <!ENTITY precious SYSTEM "precious.sgml">
<!ENTITY preface SYSTEM "preface.sgml">
<!ENTITY python SYSTEM "python.sgml">
<!ENTITY repositories SYSTEM "repositories.sgml">
@@ -190,9 +190,9 @@
&factories;
</chapter>
- <chapter id="chap-precious">
- <title>Preventing Removal of Targets: the &Precious; Function</title>
- &precious;
+ <chapter id="chap-file-removal">
+ <title>Preventing Removal of Targets</title>
+ &file-removal;
</chapter>
<chapter id="chap-hierarchical">