1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-12 19:10:27 +03:00

travis docker environment compatibility

This commit is contained in:
Paul Rogalinski 2015-07-10 19:52:47 +02:00
parent 52fe86e66d
commit f27be21076
3 changed files with 19 additions and 12 deletions

View file

@ -3,7 +3,7 @@
filename=Manual
doc_files=(
'Introduction.md'
'Getting Started.md'
'Getting Started.md'
'Safety.md'
'Installation.md'
'Configuration.md'
@ -41,7 +41,7 @@ if which gimli >/dev/null; then
echo "Building ${filename}.pdf"
pushd . >/dev/null
cd docs
rm -f ${filename}.md
for i in "${doc_files[@]}"
do
@ -49,7 +49,7 @@ if which gimli >/dev/null; then
done
rm -f ${filename}.pdf
gimli -f ${filename}.md -stylesheet override.css
rm ${filename}.md
rm ${filename}.md
popd >/dev/null
else
echo -e "\nFAILED"
@ -57,7 +57,3 @@ else
echo -e "https://github.com/walle/gimli\n"
exit 1
fi