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

dedicated folder for developer docs

This commit is contained in:
pulsar256 2014-09-26 20:00:50 +02:00
parent 04e97f5b35
commit 679a38c6ee
2 changed files with 10 additions and 69 deletions

View file

@ -1,5 +1,15 @@
#!/bin/bash
doc_files=( 'oasdf ne' 'two' 'three' )
for i in "${doc_files[@]}"
do
echo $i
done
exit;
filename=Manual
if which gimli >/dev/null; then
echo "Building ${filename}.pdf"