using quickbook ; #import os ; # Code snippet from Accumulators' Jamfile to copy the images. # IMAGES_DST = html/images/metaparse ; path-constant IMAGES : images ; actions copy-pngs { echo "Copying images of Metaparse documentation" mkdir -p $(IMAGES_DST) cp $(IMAGES)/*.png $(IMAGES_DST) echo "Images copied" > "$(<)" } make images_copied : metaparse.qbk : @copy-pngs ; xml metaparse : metaparse.qbk : images_copied ; boostbook standalone : metaparse : boost.root=../../../.. chapter.autolabel=0 chunk.section.depth=1 toc.section.depth=2 toc.max.depth=2 generate.section.toc.level=1 ; install html : ../../../doc/src/boostbook.css ; install ../ : ../../../boost.png ; ############################################################################### alias boostdoc : metaparse : : : ; explicit boostdoc ; alias boostrelease ; explicit boostrelease ;