#!/usr/bin/env bash . ../template/init.sh coq_makefile -f _CoqProject -o Makefile cat Makefile.conf make make html mlihtml make install DSTROOT="$PWD/tmp" #make debug (cd "$(find tmp -name user-contrib)" && find .) | sort > actual sort > desired <