aboutsummaryrefslogtreecommitdiffstats
path: root/src/update
diff options
context:
space:
mode:
Diffstat (limited to 'src/update')
-rwxr-xr-xsrc/update/gitjoe.pl8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/update/gitjoe.pl b/src/update/gitjoe.pl
index 9d69d61..be58fba 100755
--- a/src/update/gitjoe.pl
+++ b/src/update/gitjoe.pl
@@ -68,10 +68,14 @@ sub stagit_generate {
system(
'/usr/local/bin/dash',
'-c',
- "/usr/bin/sed 's/log.html/files.html/g' sedded_index.html >index.html"
+ "/usr/bin/sed 's/<span class=\"desc\">Repositories<\\/span>/<span class=\"desc\"><h1>Repositories<\\/h1><\\/span>' sedded_index.html >re_sedded_index.html"
);
- # copy('./sedded_index.html', './index.html');
unlink('./sedded_index.html');
+ system(
+ '/usr/local/bin/dash',
+ '-c',
+ "/usr/bin/sed 's/log.html/files.html/g' re_sedded_index.html >index.html"
+ );
return;
}