1if test x = x$BOOST_ROOT 2then 3 echo BOOST_ROOT not set 4 exit 1 5fi 6xsltproc --nonet --xinclude bb2db.xsl safe_numerics.xml | xsltproc --xinclude --nonet --stringparam base.dir ebooktmp db2epub.xsl - 7cp *.png ebooktmp/OEBPS/ 8xsltproc --xinclude --nonet opf.xsl ebooktmp/OEBPS/package.opf >ebooktmp/OEBPS/t.opf 9# mv ebooktmp/OEBPS/t.opf ebooktmp/OEBPS/package.opf 10cd ebooktmp 11zip -r -X ../book.epub mimetype META-INF OEBPS 12cd - 13