WebMake
WebMake Documentation (version 2.4)

The <include> Tag

Arbitrary files can be included into the current WebMake file using this tag. It has one attribute, file, which names the file to include.

A set of libraries are available to include, distributed with WebMake. See the Included Library Code section of the index page for their documentation. However, these should be loaded using the <use> tag instead of this one.

Example

  <include file="inc/footer.wmk" />

WebMake Documentation (version 2.4)
Built With WebMake