Files
rocm-systems/docs/run_doc.sh
T

16 lines
255 B
Bash
Raw Normal View History

2019-05-24 15:03:56 -06:00
#!/bin/bash
2021-02-18 16:37:37 -07:00
# Copyright (c) 2019-2021 Advanced Micro Devices, Inc. All rights reserved.
2019-05-24 15:03:56 -06:00
2021-02-18 16:37:37 -07:00
set -eu
2019-05-24 15:03:56 -06:00
2021-02-18 16:37:37 -07:00
# Make this directory the PWD
cd "$(dirname "${BASH_SOURCE[0]}")"
2019-05-24 15:03:56 -06:00
2021-02-18 16:37:37 -07:00
# Build doxygen info
./run_doxygen.sh
# Build sphinx docs
2019-05-24 15:03:56 -06:00
cd source
make clean
make html