#!/bin/bash
# this file exists, becuase I don't know how to ignore the Vendor directory

rm -rf ./coredoc/*
mv ./include/vendor /tmp
phpdoc -t ./coredoc --examplesdir ./examples -o HTML:default:default -d . 
mv /tmp/vendor ./include

#open http://localhost/~mark/coredoc/
