Fix the www.winehq.com directory handling.

This commit is contained in:
Francois Gouget 2001-05-03 18:33:12 +00:00 committed by Alexandre Julliard
parent 52c7534f41
commit 447f01c572
1 changed files with 2 additions and 2 deletions

View File

@ -20,11 +20,11 @@
WWWDIR=www.winehq.com
## Want to put this into a sub-directory for easier maintenance
if [ -a $WWWDIR ]; then
if [ -e $WWWDIR ]; then
rm -rf $WWWDIR.old
mv $WWWDIR $WWWDIR.old
mkdir $WWWDIR
fi
mkdir $WWWDIR
## Create four-book HTML tarball
echo "./db2html-winehq wine-user.sgml"