Mercurial > emacs
changeset 87290:cb572a324e49
Renamed docbook-dyntbl.rnc to docbk-dyntbl.rnc.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 15 Dec 2007 10:42:29 +0000 |
parents | 1a0cb9242365 |
children | 78ac91dca0ae |
files | etc/schema/docbk-dyntbl.rnc etc/schema/docbook-dyntbl.rnc |
diffstat | 2 files changed, 18 insertions(+), 18 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/etc/schema/docbk-dyntbl.rnc Sat Dec 15 10:42:29 2007 +0000 @@ -0,0 +1,18 @@ +# Variant of docbook.rnc that allows the table model to be selected +# dynamically based on the definitions of cals.table.module and +# exchange.table.module. See dbdyntbl.rnc. + +# Document (root) elements +include "dbstart.rnc" + +# Notation declarations +include "dbnotn.rnc" + +# Information pool +include "dbpool.rnc" + +# Dynamic Table Model +include "dbdyntbl.rnc" + +# Document hierarchy +include "dbhier.rnc"
--- a/etc/schema/docbook-dyntbl.rnc Sat Dec 15 10:29:16 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,18 +0,0 @@ -# Variant of docbook.rnc that allows the table model to be selected -# dynamically based on the definitions of cals.table.module and -# exchange.table.module. See dbdyntbl.rnc. - -# Document (root) elements -include "dbstart.rnc" - -# Notation declarations -include "dbnotn.rnc" - -# Information pool -include "dbpool.rnc" - -# Dynamic Table Model -include "dbdyntbl.rnc" - -# Document hierarchy -include "dbhier.rnc"