]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blobdiff - fx2lib/docs/intro/Makefile
Import fx2lib into fx2lafw directly.
[sigrok-firmware-fx2lafw.git] / fx2lib / docs / intro / Makefile
diff --git a/fx2lib/docs/intro/Makefile b/fx2lib/docs/intro/Makefile
new file mode 100644 (file)
index 0000000..c1f32e7
--- /dev/null
@@ -0,0 +1,11 @@
+
+.PHONY: pdf html
+
+
+pdf: intro.pdf
+intro.pdf: intro.tex
+       rubber -d intro
+
+html: intro.tex 
+       mkdir -p html
+       latex2html -dir html intro.tex