]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/gil/doc/build.sh
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / gil / doc / build.sh
1 #!/bin/sh -e
2
3 # Copyright 2009 Daniel James.
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
7 rm -r html
8
9 cd doxygen/gil_standalone/
10 doxygen gil_boost.doxygen
11 cd -
12
13 cd html
14 ../shorten_file_name.sh
15 cd -