Commit 99ddda35 authored by Tharrington, Arnold's avatar Tharrington, Arnold
Browse files

Minor changes.

parent 7b98b57d
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
#! /usr/bin/env bash

# ----------------------------------------------------
# This script builds documentation for gitlab-pages.
#
# ----------------------------------------------------

cd ${NCP_TOP_LEVEL}/documentation
make clean && make html

make -f Makefile-gitlab-pages clean && make html

if [[ $? != 0 ]]; then
    echo "Failed to create documentation."
    exit 1