]> git.proxmox.com Git - ceph.git/blame - 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
CommitLineData
7c673cae
FG
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
7rm -r html
8
9cd doxygen/gil_standalone/
10doxygen gil_boost.doxygen
11cd -
12
13cd html
14../shorten_file_name.sh
15cd -