Browse Source

set-version.pl: don't set current version in ORGWEBPAGE/index.org

Bastien Guerry 14 năm trước cách đây
mục cha
commit
65411f40e1
1 tập tin đã thay đổi với 0 bổ sung7 xóa
  1. 0 7
      UTILITIES/set-version.pl

+ 0 - 7
UTILITIES/set-version.pl

@@ -43,10 +43,3 @@ if (not $only) {
   $c1 = "perl -pi -e '$cmd' README_DIST";
   system($c1);
 }
-
-if ($all or $only) {
-  print STDERR "ORGWEBPAGE/index.org\n";
-  $cmd = qq{s/^(\\* Current Version )\\(\\S+?\\)/\$1($version)/;s/^(The current version is)\\s+(\\S+)\\. /\$1 $version. /;s/org-[6-9].*?\\.(zip|tar\\.gz)/org-$version.\$1/g};
-  $c1 = "perl -pi -e '$cmd' ORGWEBPAGE/index.org";
-  system($c1);
-}