From f481d286e721d2674cab6bd3b49e232448f3e131 Mon Sep 17 00:00:00 2001 From: Martin Nilsson <mani@lysator.liu.se> Date: Sat, 27 Oct 2001 22:05:46 +0200 Subject: [PATCH] Structure file for the web-pike-dictionary Rev: refdoc/structure/modref.xml:1.1 --- .gitattributes | 1 + refdoc/structure/modref.xml | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 refdoc/structure/modref.xml diff --git a/.gitattributes b/.gitattributes index b1af776950..6b5d83f874 100644 --- a/.gitattributes +++ b/.gitattributes @@ -158,6 +158,7 @@ testfont binary /refdoc/bin/join.pike foreign_ident /refdoc/bin/mirardoc.pike foreign_ident /refdoc/presentation/tree-split-autodoc.pike foreign_ident +/refdoc/structure/modref.xml foreign_ident /refdoc/structure/onepage.xml foreign_ident /refdoc/structure/traditional.xml foreign_ident /src/Makefile.in foreign_ident diff --git a/refdoc/structure/modref.xml b/refdoc/structure/modref.xml new file mode 100644 index 0000000000..35d8eaeea5 --- /dev/null +++ b/refdoc/structure/modref.xml @@ -0,0 +1,26 @@ +<!-- This file contains information telling the final joiner how to --> +<!-- put everything together, as well as information about how to --> +<!-- split it up into smaller files. --> + +<!-- $Id: modref.xml,v 1.1 2001/10/27 20:05:46 nilsson Exp $ --> + +<manual> + <dir name="ignored"> + <file name="ignored"> + <chapter title="ignored"> + <insert-move entity=""/> + </chapter> +<!-- + <appendix-ref name="Image.Color colors"/> + <appendix-ref name="Image.Layer modes"/> + <appendix-ref file="not_extracted/appendix_bnf.xml"/> +--> + </file> + </dir> + + <void> + <insert-move entity="7-0"/> + <insert-move entity="__builtin"/> + <insert-move entity="_Roxen"/> + </void> +</manual> -- GitLab