]> git.proxmox.com Git - ceph.git/blob - ceph/src/Beast/doc/makeqbk.sh
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / Beast / doc / makeqbk.sh
1 #!/bin/sh
2
3 # Copyright (c) 2013-2017 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
8 mkdir -p ../bin/doc/xml
9 doxygen source.dox
10 cd ../bin/doc/xml
11 xsltproc combine.xslt index.xml > all.xml
12 cd ../../../doc
13 xsltproc reference.xsl ../bin/doc/xml/all.xml > reference.qbk