Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
c699fd7487bedc1a67ac0bb6ec97648529f60973
[simgrid.git] / buildtools / Cmake / src / install_doc.sh.in
1 #!/bin/bash
2
3 if [ -e @prefix@/doc/simgrid/html/index.html ]; then 
4         echo "install doc/html      OK"
5 else
6         echo "install doc/html      IGNORED"
7 fi