1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-04 22:57:47 +02:00

*** empty log message ***

This commit is contained in:
Werner Koch 1999-02-22 19:14:15 +00:00
parent 9f099678ac
commit 0d85ec3b52

View File

@ -27,7 +27,7 @@ EOF
ln -sf gnupg.html index.html
sed -n '1,/@BEGIN_BUGLIST@/ p' buglist.html >buglist.tmp
sed '1,/^~~~~~~~~~~~/ d' BUGS >>buglist.tmp
echo "(List generated from CVS: " `date -R` ")" >>buglist.tmp
echo "(List generated from CVS: " $(date +%Y-%m-%d) ")" >>buglist.tmp
sed -n '/@END_BUGLIST@/,$ p' buglist.html >>buglist.tmp
mv buglist.tmp buglist.html
cd $here