[gnumeric] Release: fix adding new release to index.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Release: fix adding new release to index.
- Date: Mon, 17 Feb 2014 01:12:10 +0000 (UTC)
commit b000eca080a7a68a6f9a87b04867b765fb109b9a
Author: Morten Welinder <terra gnome org>
Date: Sun Feb 16 20:11:13 2014 -0500
Release: fix adding new release to index.
tools/release-do-www | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/release-do-www b/tools/release-do-www
index b04e6f2..62193c8 100644
--- a/tools/release-do-www
+++ b/tools/release-do-www
@@ -23,7 +23,7 @@ my $annfile = "announcements/$newgnumeric2/gnumeric-$newgnumeric.html";
# -----------------------------------------------------------------------------
system ("perl -pi -e '\$_ .= \"\t$annfile\t\\\\\\n\" if /gnumeric-(\\S+)\\.html/ && \$1 eq
\"$oldgnumeric\";' $wwwdir/Makefile");
-system ("perl -pi -e 'next unless /id=.main./ .. 0; \$_ .= \" <li><a
href=\\\"gnumeric-$newgnumeric.html\\\">$newgnumeric</a></li>\n\" if /^\\s*<ul>/;'
$wwwdir/announcements/$newgnumeric2/index.html");
+system ("perl -pi -e 'next unless /id=.fullmain./ .. 0; \$_ .= \" <li><a
href=\\\"gnumeric-$newgnumeric.html\\\">$newgnumeric</a></li>\n\" if /^\\s*<ul>/;'
$wwwdir/announcements/$newgnumeric2/index.html");
chdir "gnumeric";
system ("perl ../$makenews $newgnumeric >../$wwwdir/$annfile");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]