]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blob - fx2lib/docs/intro/Makefile
Import fx2lib into fx2lafw directly.
[sigrok-firmware-fx2lafw.git] / fx2lib / docs / intro / Makefile
1
2 .PHONY: pdf html
3
4
5 pdf: intro.pdf
6 intro.pdf: intro.tex
7         rubber -d intro
8
9 html: intro.tex 
10         mkdir -p html
11         latex2html -dir html intro.tex