Skip to content

Commit

Permalink
Manual-Generation (*.md -> pdf) via Gimli
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsar256 committed Sep 26, 2014
1 parent efdadcf commit 67728b1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions build_docs.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
#!/bin/bash


filename=Manual
if which gimli >/dev/null; then
find docs -name "*.md" -exec cat {} > documentation.md \;
gimli -f documentation.md
mv documentation.pdf docs
rm documentation.md
echo "Building ${filename}.pdf"
find docs -name "*.md" -exec cat {} > ${filename}.md \;
mv ${filename}.md docs
pushd . >/dev/null
cd docs
rm -f ${filename}.pdf
gimli -f ${filename}.md
rm ${filename}.md
popd >/dev/null
else
echo -e "\nFAILED"
echo "Install Gimli to build the PDF documentation"
Expand Down
2 changes: 1 addition & 1 deletion docs/Display.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ or other display corruption.

More can be read about this procedure here: http://www.multiwii.com/forum/viewtopic.php?f=6&t=2705&start=10

![Crius CO-16 Diagram](Wiring/Crius CO-16 OLED diagram.jpg)
![Crius CO-16 Diagram](Wiring/Crius CO-16 OLED diagram.png)
![Crius CO-16 Modification](Wiring/Crius CO-16 OLED modifications.jpg)

## Connections
Expand Down
Binary file added docs/Manual.pdf
Binary file not shown.
Binary file removed docs/Wiring/Crius CO-16 OLED diagram.jpg
Binary file not shown.
Binary file modified docs/Wiring/Crius CO-16 OLED modifications.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 67728b1

Please sign in to comment.