summaryrefslogtreecommitdiff
path: root/test-suite/coq-makefile/latex1/run.sh
blob: b2c5d5669bbf54ffb45cf32bb076a5c800766083 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env bash

if which pdflatex; then

. ../template/init.sh
	
coq_makefile -f _CoqProject -o Makefile
cat Makefile.conf
make
exec make all.pdf

fi
exit 0 # test skipped