2
0
mirror of https://github.com/boostorg/locale.git synced 2026-01-19 04:22:08 +00:00

Improve gendoc script

This commit is contained in:
Alexander Grund
2022-10-27 20:49:13 +02:00
parent 6f36132f1d
commit da174928ff

View File

@@ -5,4 +5,8 @@
# Distributed under the Boost Software License, Version 1.0.
# https://www.boost.org/LICENSE_1_0.txt
rm html/* && doxygen
set -euo pipefail
cd "$(dirname "$0")"
rm -rf html
doxygen