%(sgml_comment template "header_doc")

<!-- If you have sub-packages, which you wish to reference in this -->
<!-- packages README file, add entity declarations for them here, -->
<!-- for example: -->

<!-- <!entity one-liner-qtsplit SYSTEM "one_liner_qtsplit.sgml"> -->

<!-- Now generate one_liner_qtsplit.sgml and reference them in -->
<!-- overview_%(PROJ_NAME).sgml. -->

<!-- Flyn.org's build_index_sgml.sh is one_liner file aware. -->

<!doctype article PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
	<!entity copyright SYSTEM "/etc/fctk/copyright.sgml">
	<!entity building SYSTEM "/etc/fctk/building.sgml">
	<!entity overview SYSTEM "overview_%(PROJ_NAME).sgml">
	<!entity nasty-details SYSTEM "nasty-details_%(PROJ_NAME).sgml">
]>

<article>

<artheader>
	<title>README</title>
	<author><firstname>%(FIRSTNAME)</firstname><othername>%(MIDDLENAME)</othername><surname>%(LASTNAME)</surname></author>
</artheader>

<sect1>
<title>COPYRIGHT</title>
&copyright;
</sect1>

<sect1>
<title>OVERVIEW</title>
&overview;
</sect1>

<sect1>
<title>BUILDING</title>
&building;
</sect1>

<sect1>
<title>NASTY DETAILS</title>
&nasty-details;
</sect1>

</article>
