btstack/docs/manual/Makefile
2015-04-24 10:00:17 +02:00

15 lines
296 B
Makefile

pdf: clean
./update_listings.py
pdflatex btstack_gettingstarted.tex
pdflatex btstack_gettingstarted.tex
open btstack_gettingstarted.pdf
example:
./update_listings.py -s 1
subl examples.tex
pdflatex examples.tex
open examples.pdf
clean:
rm -f $ *.pdf *.log *.aux *.gz *.toc *.out