#!/usr/bin/env bash NATIVECOMP=$(grep "let no_native_compiler = false" ../../../config/coq_config.ml)||true if [[ $(which ocamlopt) && $NATIVECOMP ]]; then . ../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 <