File: run_doc.sh

package info (click to toggle)
hipsolver 5.5.1-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,088 kB
  • sloc: cpp: 60,817; f90: 8,280; python: 567; sh: 485; xml: 199; ansic: 84; makefile: 43
file content (15 lines) | stat: -rwxr-xr-x 254 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash

set -eu

# Make this directory the PWD
cd "$(dirname "${BASH_SOURCE[0]}")"

# Build doxygen info
bash run_doxygen.sh

# Build sphinx docs
cd source
make clean
make SPHINXOPTS='-W --keep-going' html
make SPHINXOPTS='-W --keep-going' latexpdf