1#!/usr/bin/bash 2 3# Copyright (c) 2013-2016 Vinnie Falco (vinnie dot falco at gmail dot com) 4# 5# Distributed under the Boost Software License, Version 1.0. (See accompanying 6# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 7 8mkdir -p temp 9doxygen source.dox 10cd temp 11xsltproc combine.xslt index.xml > all.xml 12xsltproc ../reference.xsl all.xml > ../reference.qbk 13 14