Added chapter.decl, which contains a declaration for a DocBook chapter.

Added

<!--
     Local Variables:
     mode: sgml
     sgml-declaration: "../chapter.decl"
     sgml-indent-data: t
     sgml-omittag: nil
     sgml-shorttag: nil
     sgml-always-quote-attributes: t
     sgml-minimize-attributes: max
     sgml-parent-document: ("../handbook.sgml" "part" "chapter")
     End:
-->

to the bottom of each chapter.sgml file so that Emacs can do the right
thing.
This commit is contained in:
Nik Clayton 1998-11-03 23:28:30 +00:00
parent 2207769022
commit 336215d4e6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=3730
83 changed files with 1209 additions and 70 deletions

View file

@ -609,3 +609,18 @@
</sect1>
</chapter>
<!--
Local Variables:
mode: sgml
sgml-declaration: "../chapter.decl"
sgml-indent-data: t
sgml-omittag: nil
sgml-shorttag: nil
sgml-always-quote-attributes: t
sgml-minimize-attributes: max
sgml-parent-document: ("../handbook.sgml" "part" "chapter")
End:
-->