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:
parent
04e97f5b35
commit
679a38c6ee
2 changed files with 10 additions and 69 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue