#!/bin/sh

DOCSET_NAME=./html/com.layar.LayarSDK.docset
DESTDIR=~/Library/Developer/Shared/Documentation/DocSets

cp -R ${DOCSET_NAME} ${DESTDIR}
