aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mkwebpage
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1999-12-31 11:44:29 +0000
committerWerner Koch <[email protected]>1999-12-31 11:44:29 +0000
commited0b0e09d3eb529dc83fab4f24d4fc3abe649bd2 (patch)
treeacdf31e4ef6ec6940169de6bd2a557451b8b73f9 /scripts/mkwebpage
parentSee ChangeLog: Thu Dec 9 17:22:27 CET 1999 Werner Koch (diff)
downloadgnupg-ed0b0e09d3eb529dc83fab4f24d4fc3abe649bd2.tar.gz
gnupg-ed0b0e09d3eb529dc83fab4f24d4fc3abe649bd2.zip
See ChangeLog: Fri Dec 31 12:48:31 CET 1999 Werner Koch
Diffstat (limited to 'scripts/mkwebpage')
-rwxr-xr-xscripts/mkwebpage3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/mkwebpage b/scripts/mkwebpage
index 811de2a11..eba90d490 100755
--- a/scripts/mkwebpage
+++ b/scripts/mkwebpage
@@ -8,7 +8,6 @@ pgm="gnupg-www"
mod="gnupg-www"
MKWEBSITE=$HOME/bin/mkwebsite
-
cd $myhome
rm -rf $pgm.tmp 2>/dev/null || true
@@ -30,6 +29,8 @@ echo "(List generated from CVS: " $(date +%Y-%m-%d) ")" >> $pgm.tmp/en/include-
cd $pgm.tmp
$MKWEBSITE --cvs --use-this-dir $myhome/$pgm.new
cd $myhome
+cp -a gph $pgm.new/ || true
+
rm -rf $pgm.tmp || true
rm -rf $pgm.old || true