diff --git a/Scripts/Functions/Help/Backends/Texinfo/Templates/manual-chapter-intro.texinfo b/Scripts/Functions/Help/Backends/Texinfo/Templates/manual-chapter-intro.texinfo
deleted file mode 100644
index e69de29..0000000
--- a/Scripts/Functions/Help/Backends/Texinfo/Templates/manual-chapter-intro.texinfo
+++ /dev/null
diff --git a/Scripts/Functions/Help/Backends/Texinfo/Templates/manual-copyright-cc-by-sa.texinfo b/Scripts/Functions/Help/Backends/Texinfo/Templates/manual-copyright-cc-by-sa.texinfo
deleted file mode 100755
index 9ec8135..0000000
--- a/Scripts/Functions/Help/Backends/Texinfo/Templates/manual-copyright-cc-by-sa.texinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-Copyright @copyright{} =COPYRIGHT_YEAR_LIST= =COPYRIGHT_HOLDER=
-
-Permission is granted to copy, distribute and/or modify this document
-under the terms of the a Creative Commons Attribution–Share Alike 3.0
-Unported license ("CC-BY-SA"). An explanation of CC-BY-SA is available
-at @url{http://creativecommons.org/licenses/by-sa/3.0/}. In accordance
-with CC-BY-SA, if you distribute this document or an adaptation of it,
-you must provide the URL for the original version.
diff --git a/Scripts/Functions/Help/Backends/Texinfo/Templates/manual-copyright-gfdl.texinfo b/Scripts/Functions/Help/Backends/Texinfo/Templates/manual-copyright-gfdl.texinfo
deleted file mode 100755
index 1a67c65..0000000
--- a/Scripts/Functions/Help/Backends/Texinfo/Templates/manual-copyright-gfdl.texinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-Copyright @copyright{} =COPYRIGHT_YEAR_LIST= =COPYRIGHT_HOLDER=
-
-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''.
diff --git a/Scripts/Functions/Help/Backends/Texinfo/Templates/manual-index.texinfo b/Scripts/Functions/Help/Backends/Texinfo/Templates/manual-index.texinfo
deleted file mode 100644
index abe002c..0000000
--- a/Scripts/Functions/Help/Backends/Texinfo/Templates/manual-index.texinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-@node Index
-@unnumbered Index
-@printindex cp
diff --git a/Scripts/Functions/Help/Backends/Texinfo/Templates/manual-menu.texinfo b/Scripts/Functions/Help/Backends/Texinfo/Templates/manual-menu.texinfo
deleted file mode 100644
index 70362c8..0000000
--- a/Scripts/Functions/Help/Backends/Texinfo/Templates/manual-menu.texinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-@menu
-* Index::
-@end menu
diff --git a/Scripts/Functions/Help/Backends/Texinfo/Templates/manual-nodes.texinfo b/Scripts/Functions/Help/Backends/Texinfo/Templates/manual-nodes.texinfo
deleted file mode 100644
index e69de29..0000000
--- a/Scripts/Functions/Help/Backends/Texinfo/Templates/manual-nodes.texinfo
+++ /dev/null
diff --git a/Scripts/Functions/Help/Backends/Texinfo/Templates/manual-section-functions.texinfo b/Scripts/Functions/Help/Backends/Texinfo/Templates/manual-section-functions.texinfo
deleted file mode 100644
index 9071086..0000000
--- a/Scripts/Functions/Help/Backends/Texinfo/Templates/manual-section-functions.texinfo
+++ /dev/null
@@ -1,35 +0,0 @@
-@subheading Name
-
-@dots{}
-
-@subheading Synopsis
-
-@dots{}
-
-@subheading Description
-
-@dots{}
-
-@subheading Examples
-
-@dots{}
-
-@subheading Author
-
-Written by @dots{}
-
-@subheading Reporting bugs
-
-Report bugs to @email{centos-artwork@@centos.org} mailing list.
-
-@subheading Copyright
-
-Copyright @copyright{} =COPYRIGHT_YEAR_LIST= =COPYRIGHT_HOLDER=
-
-This is free software.  You may redistribute copies of it under the
-terms of the GNU General Public License (@pxref{GNU General Public
-License}).  There is NO WARRANTY, to the extent permitted by law.
-
-@subheading See also
-
-=TEXINFO_SEEALSO=
diff --git a/Scripts/Functions/Help/Backends/Texinfo/Templates/manual-section.texinfo b/Scripts/Functions/Help/Backends/Texinfo/Templates/manual-section.texinfo
deleted file mode 100644
index d6bb628..0000000
--- a/Scripts/Functions/Help/Backends/Texinfo/Templates/manual-section.texinfo
+++ /dev/null
@@ -1,23 +0,0 @@
-@subheading Goals
-
-@itemize
-@item ...
-@end itemize
-
-@subheading Description
-
-@itemize
-@item ...
-@end itemize
-
-@subheading Usage
-
-@itemize
-@item ...
-@end itemize
-
-@subheading See also
-
-@itemize
-@item ...
-@end itemize
diff --git a/Scripts/Functions/Help/Backends/Texinfo/Templates/manual.texinfo b/Scripts/Functions/Help/Backends/Texinfo/Templates/manual.texinfo
deleted file mode 100644
index 39d9be8..0000000
--- a/Scripts/Functions/Help/Backends/Texinfo/Templates/manual.texinfo
+++ /dev/null
@@ -1,55 +0,0 @@
-\input texinfo   @c -*-texinfo-*-
-@c $Id$
-@c -- Header --------------------------------------------------
-
-@setfilename =FILENAME=.info
-@settitle =TITLE=
-@documentlanguage =LOCALE_LL=
-@afourpaper
-@finalout
-
-@c -- Summary description and copyright -----------------------
-
-@copying
-=DESCRIPTION=
-
-Copyright @copyright{} =COPYRIGHT_YEAR= =COPYRIGHT_HOLDER=
-
-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=
-@page
-@vskip 0pt plus 1filll
-@insertcopying
-@end titlepage
-@contents
-
-@c -- `Top' node and master menu -------------------------------
-
-@ifnottex
-@node Top
-@top =TITLE=
-@insertcopying
-@end ifnottex
-@include manual-menu.texinfo
-
-@c -- The body of the document --------------------------------
-
-@include manual-nodes.texinfo
-
-@c -- The end of the document ---------------------------------
-
-@include manual-index.texinfo
-
-@bye
diff --git a/Scripts/Functions/Help/Backends/Texinfo/Templates/repository-chapter-intro.texinfo b/Scripts/Functions/Help/Backends/Texinfo/Templates/repository-chapter-intro.texinfo
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/Scripts/Functions/Help/Backends/Texinfo/Templates/repository-chapter-intro.texinfo
diff --git a/Scripts/Functions/Help/Backends/Texinfo/Templates/repository-copyright-cc-by-sa.texinfo b/Scripts/Functions/Help/Backends/Texinfo/Templates/repository-copyright-cc-by-sa.texinfo
new file mode 100755
index 0000000..9ec8135
--- /dev/null
+++ b/Scripts/Functions/Help/Backends/Texinfo/Templates/repository-copyright-cc-by-sa.texinfo
@@ -0,0 +1,8 @@
+Copyright @copyright{} =COPYRIGHT_YEAR_LIST= =COPYRIGHT_HOLDER=
+
+Permission is granted to copy, distribute and/or modify this document
+under the terms of the a Creative Commons Attribution–Share Alike 3.0
+Unported license ("CC-BY-SA"). An explanation of CC-BY-SA is available
+at @url{http://creativecommons.org/licenses/by-sa/3.0/}. In accordance
+with CC-BY-SA, if you distribute this document or an adaptation of it,
+you must provide the URL for the original version.
diff --git a/Scripts/Functions/Help/Backends/Texinfo/Templates/repository-copyright-gfdl.texinfo b/Scripts/Functions/Help/Backends/Texinfo/Templates/repository-copyright-gfdl.texinfo
new file mode 100755
index 0000000..1a67c65
--- /dev/null
+++ b/Scripts/Functions/Help/Backends/Texinfo/Templates/repository-copyright-gfdl.texinfo
@@ -0,0 +1,8 @@
+Copyright @copyright{} =COPYRIGHT_YEAR_LIST= =COPYRIGHT_HOLDER=
+
+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''.
diff --git a/Scripts/Functions/Help/Backends/Texinfo/Templates/repository-index.texinfo b/Scripts/Functions/Help/Backends/Texinfo/Templates/repository-index.texinfo
new file mode 100644
index 0000000..abe002c
--- /dev/null
+++ b/Scripts/Functions/Help/Backends/Texinfo/Templates/repository-index.texinfo
@@ -0,0 +1,3 @@
+@node Index
+@unnumbered Index
+@printindex cp
diff --git a/Scripts/Functions/Help/Backends/Texinfo/Templates/repository-menu.texinfo b/Scripts/Functions/Help/Backends/Texinfo/Templates/repository-menu.texinfo
new file mode 100644
index 0000000..70362c8
--- /dev/null
+++ b/Scripts/Functions/Help/Backends/Texinfo/Templates/repository-menu.texinfo
@@ -0,0 +1,3 @@
+@menu
+* Index::
+@end menu
diff --git a/Scripts/Functions/Help/Backends/Texinfo/Templates/repository-nodes.texinfo b/Scripts/Functions/Help/Backends/Texinfo/Templates/repository-nodes.texinfo
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/Scripts/Functions/Help/Backends/Texinfo/Templates/repository-nodes.texinfo
diff --git a/Scripts/Functions/Help/Backends/Texinfo/Templates/repository-section-functions.texinfo b/Scripts/Functions/Help/Backends/Texinfo/Templates/repository-section-functions.texinfo
new file mode 100644
index 0000000..9071086
--- /dev/null
+++ b/Scripts/Functions/Help/Backends/Texinfo/Templates/repository-section-functions.texinfo
@@ -0,0 +1,35 @@
+@subheading Name
+
+@dots{}
+
+@subheading Synopsis
+
+@dots{}
+
+@subheading Description
+
+@dots{}
+
+@subheading Examples
+
+@dots{}
+
+@subheading Author
+
+Written by @dots{}
+
+@subheading Reporting bugs
+
+Report bugs to @email{centos-artwork@@centos.org} mailing list.
+
+@subheading Copyright
+
+Copyright @copyright{} =COPYRIGHT_YEAR_LIST= =COPYRIGHT_HOLDER=
+
+This is free software.  You may redistribute copies of it under the
+terms of the GNU General Public License (@pxref{GNU General Public
+License}).  There is NO WARRANTY, to the extent permitted by law.
+
+@subheading See also
+
+=TEXINFO_SEEALSO=
diff --git a/Scripts/Functions/Help/Backends/Texinfo/Templates/repository-section.texinfo b/Scripts/Functions/Help/Backends/Texinfo/Templates/repository-section.texinfo
new file mode 100644
index 0000000..d6bb628
--- /dev/null
+++ b/Scripts/Functions/Help/Backends/Texinfo/Templates/repository-section.texinfo
@@ -0,0 +1,23 @@
+@subheading Goals
+
+@itemize
+@item ...
+@end itemize
+
+@subheading Description
+
+@itemize
+@item ...
+@end itemize
+
+@subheading Usage
+
+@itemize
+@item ...
+@end itemize
+
+@subheading See also
+
+@itemize
+@item ...
+@end itemize
diff --git a/Scripts/Functions/Help/Backends/Texinfo/Templates/repository.texinfo b/Scripts/Functions/Help/Backends/Texinfo/Templates/repository.texinfo
new file mode 100644
index 0000000..39d9be8
--- /dev/null
+++ b/Scripts/Functions/Help/Backends/Texinfo/Templates/repository.texinfo
@@ -0,0 +1,55 @@
+\input texinfo   @c -*-texinfo-*-
+@c $Id$
+@c -- Header --------------------------------------------------
+
+@setfilename =FILENAME=.info
+@settitle =TITLE=
+@documentlanguage =LOCALE_LL=
+@afourpaper
+@finalout
+
+@c -- Summary description and copyright -----------------------
+
+@copying
+=DESCRIPTION=
+
+Copyright @copyright{} =COPYRIGHT_YEAR= =COPYRIGHT_HOLDER=
+
+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=
+@page
+@vskip 0pt plus 1filll
+@insertcopying
+@end titlepage
+@contents
+
+@c -- `Top' node and master menu -------------------------------
+
+@ifnottex
+@node Top
+@top =TITLE=
+@insertcopying
+@end ifnottex
+@include manual-menu.texinfo
+
+@c -- The body of the document --------------------------------
+
+@include manual-nodes.texinfo
+
+@c -- The end of the document ---------------------------------
+
+@include manual-index.texinfo
+
+@bye