makeqbk.sh 383 B

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