10 lines
140 B
Bash
10 lines
140 B
Bash
|
#! /bin/bash -e
|
||
|
#
|
||
|
# @testcase static defaults=none
|
||
|
# @eval shcmd make -C %(srcdir)s/../../doc html
|
||
|
#
|
||
|
#
|
||
|
make -C ../../doc html
|
||
|
|
||
|
-
|