Add google download statistics

This commit is contained in:
Victor Shcherb 2012-01-14 00:25:00 +01:00
parent 4f9481c59a
commit d0c7c82a30

View file

@ -9,6 +9,8 @@ for f in $files ; do
cp $GIT_SITE_DIR/$f $LOCAL_SITE_DIR/ -u;
done
mkdir -p $LOCAL_SITE_DIR/resource;
cp $GIT_SITE_DIR/resource/* $LOCAL_SITE_DIR/resource/ -u;
mkdir -p $LOCAL_SITE_DIR/GoogleAnalytics;
cp $GIT_SITE_DIR/GoogleAnalytics/* $LOCAL_SITE_DIR/GoogleAnalytics/ -u;