#!/bin/bash

echo "Creating tar-file..."
release-build-doc || exit 1
cat release/doc.tar.gz | ssh filip-www@fprg.se /home/filip-www/upload-doc.sh
