#!/bin/sh

mkdir manual

cd manual

git clone .. .

git checkout --orphan gh-pages

git rm -rf .
