#!/bin/sh
#
# http://www.oreilly.com/catalog/opensources/book/toc.html

plucker-build \
	--bpp=4\
	--maxwidth=150\
	--maxheight=250\
	--compression=zlib\
	--maxdepth=2\
	--beamable\
        --no-backup\
        --not-launchable\
        --verbosity=0\
	--category=Reading\
	--doc-name=OpenSources\
	--doc-file=opensources\
	file:///export/storage/temp/opensources/toc.html\
\
&& cp opensources.pdb /export/www.sites/at.or.at/notes/ \
|| echo "FAILED"

