make-doc.sh
Go to the documentation of this file.
1 #!/bin/bash
2 
3 if which pandoc &> /dev/null ; then
4  pandoc ${EDEP_ROOT}/README.md -o ${EDEP_ROOT}/README.pdf
5 fi