[Rt-commit] rt branch, 4.0/extension-docs, updated. rt-4.0.13-94-g7d12c8c
Thomas Sibley
trs at bestpractical.com
Mon Jul 1 20:52:17 EDT 2013
The branch, 4.0/extension-docs has been updated
via 7d12c8cf3a4f6a9262ce23e44ed5d4217be89717 (commit)
from ffb74c3d5ddfc5ce0d8b9619584145814ecdef45 (commit)
Summary of changes:
lib/RT/Pod/HTMLBatch.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 7d12c8cf3a4f6a9262ce23e44ed5d4217be89717
Author: Thomas Sibley <trs at bestpractical.com>
Date: Mon Jul 1 17:51:42 2013 -0700
Classify RTIR_Config and other extension configs as install docs
Alongside core RT_Config
diff --git a/lib/RT/Pod/HTMLBatch.pm b/lib/RT/Pod/HTMLBatch.pm
index a5c3785..1c63dcb 100644
--- a/lib/RT/Pod/HTMLBatch.pm
+++ b/lib/RT/Pod/HTMLBatch.pm
@@ -86,7 +86,7 @@ sub classify {
my %page = @_;
local $_ = $page{name};
return 1 if /^(README|UPGRADING)/;
- return 1 if $_ eq "RT_Config";
+ return 1 if /^RT\w*?_Config$/;
return 1 if $_ eq "web_deployment";
return 1 if $page{infile} =~ m{^configure(\.ac)?$};
return 0;
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list