Files
beast/doc/makeqbk.sh
T

14 lines
421 B
Bash
Raw Normal View History

2016-09-30 13:31:12 -04:00
#!/bin/sh
2016-02-25 16:17:19 -05:00
# Copyright (c) 2013-2016 Vinnie Falco (vinnie dot falco at gmail dot com)
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
mkdir -p ../bin/doc/xml
doxygen source.dox
2016-02-25 16:17:19 -05:00
cd ../bin/doc/xml
xsltproc combine.xslt index.xml > all.xml
cd ../../../doc
xsltproc reference.xsl ../bin/doc/xml/all.xml > reference.qbk