From 77427cf82a4856a08f592220172cea7d38d92fac Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jul 14 2011 15:40:24 +0000 Subject: Update relation between template files and documentation entries of texinfo manuals wirtten in English language. --- diff --git a/Scripts/Functions/Help/Texinfo/Templates/en_US/manual.conf b/Scripts/Functions/Help/Texinfo/Templates/en_US/manual.conf index 70941d6..84665c4 100755 --- a/Scripts/Functions/Help/Texinfo/Templates/en_US/manual.conf +++ b/Scripts/Functions/Help/Texinfo/Templates/en_US/manual.conf @@ -1,9 +1,10 @@ -# This file defines the relation between section templates and -# repository paths. Here you can customize the section template of -# specific directories inside the repository. The first match wins. +# This file defines what template file a documentation entry uses. +# Definition of template files is set on the left side and the regular +# expression pattern matching the documentation entry file on the +# right side. The first match wins. # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- -Chapters/section-functions.texinfo = "(trunk|branches|tags)/Scripts/Functions/[[:alnum:]]+\.texinfo$" -Chapters/section.texinfo = "(trunk|branches|tags).*\.texinfo$" +Chapters/section-functions.texinfo = "^.+-function-[[:alnum:]]+\.texinfo$" +Chapters/section.texinfo = "^.+\.texinfo$"