Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
edep-sim
build
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
Generated by
1.8.11