From d080947ab59f568c4759f081a37a2dc1fceeb547 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Feb 17 2011 16:58:21 +0000 Subject: Update configuration files of manual functionality. The configuration files of manual functionality are used to build documentation manuals. They are a template, a texinfo-like template that is used to build the texinfo manual structures documentation manuals need to have in order to be well-formed texinfo documents. --- diff --git a/Scripts/Bash/Functions/Manual/Config/Default/manual-chapter-index.texi b/Scripts/Bash/Functions/Manual/Config/Default/manual-chapter-index.texi new file mode 100644 index 0000000..abe002c --- /dev/null +++ b/Scripts/Bash/Functions/Manual/Config/Default/manual-chapter-index.texi @@ -0,0 +1,3 @@ +@node Index +@unnumbered Index +@printindex cp diff --git a/Scripts/Bash/Functions/Manual/Config/Default/manual-chapter-intro.texi b/Scripts/Bash/Functions/Manual/Config/Default/manual-chapter-intro.texi new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Scripts/Bash/Functions/Manual/Config/Default/manual-chapter-intro.texi diff --git a/Scripts/Bash/Functions/Manual/Config/Default/manual-chapter-menu.texi b/Scripts/Bash/Functions/Manual/Config/Default/manual-chapter-menu.texi new file mode 100644 index 0000000..70362c8 --- /dev/null +++ b/Scripts/Bash/Functions/Manual/Config/Default/manual-chapter-menu.texi @@ -0,0 +1,3 @@ +@menu +* Index:: +@end menu diff --git a/Scripts/Bash/Functions/Manual/Config/Default/manual-chapter-nodes.texi b/Scripts/Bash/Functions/Manual/Config/Default/manual-chapter-nodes.texi new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Scripts/Bash/Functions/Manual/Config/Default/manual-chapter-nodes.texi diff --git a/Scripts/Bash/Functions/Manual/Config/Default/manual-chapter-section.texi b/Scripts/Bash/Functions/Manual/Config/Default/manual-chapter-section.texi new file mode 100644 index 0000000..aabbd71 --- /dev/null +++ b/Scripts/Bash/Functions/Manual/Config/Default/manual-chapter-section.texi @@ -0,0 +1,22 @@ +@subsection =GOALS= + +@itemize +@item ... +@end itemize + +@subsection =DESCRIPTION= + +@itemize +@item ... +@end itemize + +@subsection =USAGE= + +@itemize +@item ... +@end itemize + +@subsection =SEEALSO= + +@menu +@end menu diff --git a/Scripts/Bash/Functions/Manual/Config/Default/manual.texi b/Scripts/Bash/Functions/Manual/Config/Default/manual.texi new file mode 100644 index 0000000..87dad6c --- /dev/null +++ b/Scripts/Bash/Functions/Manual/Config/Default/manual.texi @@ -0,0 +1,58 @@ +\input texinfo @c -*-texinfo-*- +@c $Id: repository.texi 33 2010-09-13 11:36:41Z al $ +@c %**start of header +@setfilename repository.info +@settitle =TITLE= +@documentlanguage =LANGUAGE= +@c %**end of header + +@c -- Summary Description and Copyright ----------------------- +@copying +=DESCRIPTION= + +Copyright @copyright{} 2009, 2010 Alain Reguera Delgado. All rights +reserved. + +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no +Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A +copy of the license is included in the section entitled GNU Free +Documentation License. +@end copying + +@c -- Titlepage, Contents, Copyright --------------------------- + +@titlepage +@title =TITLE= +@subtitle =SUBTITLE= +@author =AUTHOR= + +@c The following two commands start the copyright page. +@page +@vskip 0pt plus 1filll +@insertcopying +@end titlepage + +@contents + +@c -- `Top' Node and Master Menu ------------------------------- + +@ifnottex +@node Top +@top =TITLE= + +@insertcopying +@end ifnottex + +@include repository-chapter-menu.texi + +@c -- The Body of the Document -------------------------------- + +@include repository-chapter-nodes.texi + +@c -- The End of the Document --------------------------------- + +@include repository-chapter-index.texi + +@bye diff --git a/Scripts/Bash/Functions/Manual/Config/Default/repository-chapter-index.texi b/Scripts/Bash/Functions/Manual/Config/Default/repository-chapter-index.texi deleted file mode 100644 index abe002c..0000000 --- a/Scripts/Bash/Functions/Manual/Config/Default/repository-chapter-index.texi +++ /dev/null @@ -1,3 +0,0 @@ -@node Index -@unnumbered Index -@printindex cp diff --git a/Scripts/Bash/Functions/Manual/Config/Default/repository-chapter-intro.texi b/Scripts/Bash/Functions/Manual/Config/Default/repository-chapter-intro.texi deleted file mode 100644 index e69de29..0000000 --- a/Scripts/Bash/Functions/Manual/Config/Default/repository-chapter-intro.texi +++ /dev/null diff --git a/Scripts/Bash/Functions/Manual/Config/Default/repository-chapter-menu.texi b/Scripts/Bash/Functions/Manual/Config/Default/repository-chapter-menu.texi deleted file mode 100644 index 70362c8..0000000 --- a/Scripts/Bash/Functions/Manual/Config/Default/repository-chapter-menu.texi +++ /dev/null @@ -1,3 +0,0 @@ -@menu -* Index:: -@end menu diff --git a/Scripts/Bash/Functions/Manual/Config/Default/repository-chapter-nodes.texi b/Scripts/Bash/Functions/Manual/Config/Default/repository-chapter-nodes.texi deleted file mode 100644 index e69de29..0000000 --- a/Scripts/Bash/Functions/Manual/Config/Default/repository-chapter-nodes.texi +++ /dev/null diff --git a/Scripts/Bash/Functions/Manual/Config/Default/repository-chapter-section.texi b/Scripts/Bash/Functions/Manual/Config/Default/repository-chapter-section.texi deleted file mode 100644 index aabbd71..0000000 --- a/Scripts/Bash/Functions/Manual/Config/Default/repository-chapter-section.texi +++ /dev/null @@ -1,22 +0,0 @@ -@subsection =GOALS= - -@itemize -@item ... -@end itemize - -@subsection =DESCRIPTION= - -@itemize -@item ... -@end itemize - -@subsection =USAGE= - -@itemize -@item ... -@end itemize - -@subsection =SEEALSO= - -@menu -@end menu diff --git a/Scripts/Bash/Functions/Manual/Config/Default/repository.texi b/Scripts/Bash/Functions/Manual/Config/Default/repository.texi deleted file mode 100644 index 87dad6c..0000000 --- a/Scripts/Bash/Functions/Manual/Config/Default/repository.texi +++ /dev/null @@ -1,58 +0,0 @@ -\input texinfo @c -*-texinfo-*- -@c $Id: repository.texi 33 2010-09-13 11:36:41Z al $ -@c %**start of header -@setfilename repository.info -@settitle =TITLE= -@documentlanguage =LANGUAGE= -@c %**end of header - -@c -- Summary Description and Copyright ----------------------- -@copying -=DESCRIPTION= - -Copyright @copyright{} 2009, 2010 Alain Reguera Delgado. All rights -reserved. - -Permission is granted to copy, distribute and/or modify this document -under the terms of the GNU Free Documentation License, Version 1.2 or -any later version published by the Free Software Foundation; with no -Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A -copy of the license is included in the section entitled GNU Free -Documentation License. -@end copying - -@c -- Titlepage, Contents, Copyright --------------------------- - -@titlepage -@title =TITLE= -@subtitle =SUBTITLE= -@author =AUTHOR= - -@c The following two commands start the copyright page. -@page -@vskip 0pt plus 1filll -@insertcopying -@end titlepage - -@contents - -@c -- `Top' Node and Master Menu ------------------------------- - -@ifnottex -@node Top -@top =TITLE= - -@insertcopying -@end ifnottex - -@include repository-chapter-menu.texi - -@c -- The Body of the Document -------------------------------- - -@include repository-chapter-nodes.texi - -@c -- The End of the Document --------------------------------- - -@include repository-chapter-index.texi - -@bye