# This file shows how the vendor folder has been created.

# Cleanup
(cd /tmp; sudo rm -r html2text)
rm -r vendor

# html2text
(cd /tmp; git clone git@github.com:freron/html2text.git)
(cd /tmp/html2text; python setup.py build)

mkdir vendor
mv /tmp/html2text/build/lib/html2text vendor/
(cd /tmp/html2text; python setup.py --license) > vendor/html2text-license.txt
sudo rm -r /tmp/html2text
