Imported Upstream version 1.71.0
[platform/upstream/boost.git] / 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 -