This commit is contained in:
Matthias Ringwald 2015-06-19 10:20:41 +02:00
parent 2cdc761c77
commit 265c843d94
3 changed files with 4 additions and 4 deletions

View File

@ -10,11 +10,11 @@ all:
mkdocs build --clean
mkdir -p latex
cp -r docs/picts latex
cp ../picts/bklogo.pdf latex/picts
./markdown2pdf.py
cp btstack_gettingstarted.tex latex
cd latex && pdflatex btstack_gettingstarted.tex && pdflatex btstack_gettingstarted.tex
mv latex/btstack_gettingstarted.pdf btstack.pdf
rm -rf latex
rm -rf latex docs_final

View File

@ -11,7 +11,7 @@ class State:
docs_folder = "docs/appendix/"
appendix_file = docs_folder + "apis.md"
btstack_folder = "../../../"
btstack_folder = "../../"
code_identation = " "
api_header = """

View File

@ -308,7 +308,7 @@ def processExamples(intro_file, examples_folder, examples_ofile):
def main(argv):
btstack_folder = "../../../"
btstack_folder = "../../"
docs_folder = "docs/examples/"
inputfolder = btstack_folder + "example/embedded/"
outputfile = docs_folder + "generated.md"