Commit 447f01c5 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Fix the www.winehq.com directory handling.

parent 52c7534f
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment