summaryrefslogtreecommitdiff
path: root/doc/scons.mod
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-02-06 05:17:25 +0000
committerSteven Knight <knight@baldmt.com>2003-02-06 05:17:25 +0000
commit4f6a2c926304ee3ea444b6854991489702252c0e (patch)
treea00f3bdda7160f30f6b0838a9ebca57b8ad0c49f /doc/scons.mod
parentc07047f3cfdb2eb3c7f29a96afb2accdfed69184 (diff)
downloadscons-4f6a2c926304ee3ea444b6854991489702252c0e.tar.gz
Checkin of in-progress work on the User Guide.
Diffstat (limited to 'doc/scons.mod')
-rw-r--r--doc/scons.mod11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/scons.mod b/doc/scons.mod
index b156e4ce..642f979a 100644
--- a/doc/scons.mod
+++ b/doc/scons.mod
@@ -170,3 +170,14 @@
<!ENTITY consvars "<literal>construction variables</literal>">
<!ENTITY Dictionary "<literal>Dictionary</literal>">
+
+<!--
+
+ File and program names used in examples.
+
+-->
+
+<!ENTITY hello "<application>hello</application>">
+<!ENTITY hello_c "<filename>hello.c</filename>">
+<!ENTITY hello_h "<filename>hello.h</filename>">
+<!ENTITY stdio_h "<filename>stdio.h</filename>">