diff options
Diffstat (limited to 'doc/scons.mod')
-rw-r--r-- | doc/scons.mod | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/scons.mod b/doc/scons.mod index b156e4c..642f979 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>"> |