summaryrefslogtreecommitdiffstats
path: root/opal-ci/build-docs.sh
blob: 817773bf31727439dac135a7a8600a7e5648949c (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

set -uo pipefail
set -e
set -vx

cd doc;
make html latexpdf text
OpenPOWER on IntegriCloud