[Rt-commit] rt branch, 4.0/static-docs, updated. rt-4.0.6-331-gd5d779c

Thomas Sibley trs at bestpractical.com
Wed Sep 12 19:45:09 EDT 2012


The branch, 4.0/static-docs has been updated
       via  d5d779cd1b1ac10d2678162e7beafe4b284d5446 (commit)
      from  b3e067c199bfc15239936521f18c28760caa7193 (commit)

Summary of changes:
 devel/tools/rt-static-docs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit d5d779cd1b1ac10d2678162e7beafe4b284d5446
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Wed Sep 12 16:44:31 2012 -0700

    3.8 shipped UPGRADING files in the root, not under docs/
    
    Searching both places doesn't hurt on either 4.0 or 3.8.

diff --git a/devel/tools/rt-static-docs b/devel/tools/rt-static-docs
index ef84ce7..0afebd0 100755
--- a/devel/tools/rt-static-docs
+++ b/devel/tools/rt-static-docs
@@ -95,7 +95,7 @@ my $converter = RT::Pod::HTMLBatch->new;
 
 # Manually "convert" README* and docs/UPGRADING* to HTML and push them into the
 # known contents.
-for my $file (<README* docs/UPGRADING*>) {
+for my $file (<README* docs/UPGRADING* UPGRADING*>) {
     (my $name = $file) =~ s{^.+/}{};
     my $dest = "$opts{to}/$name.html";
 

-----------------------------------------------------------------------


More information about the Rt-commit mailing list