aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mkwebpage
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/mkwebpage')
-rwxr-xr-xscripts/mkwebpage4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/mkwebpage b/scripts/mkwebpage
index 8b6782477..f6b9dbd2b 100755
--- a/scripts/mkwebpage
+++ b/scripts/mkwebpage
@@ -18,6 +18,10 @@ fix_it () {
EOF
cvs -Q checkout -p gnupg/NEWS >>$dir/NEWS
+ here=`pwd`
+ cd $dir
+ ln -sf gnupg.html index.html
+ cd $here
}