Added Makefile for tex to pdf compilation
This commit is contained in:
parent
45006f7606
commit
48c49356ca
6
Documentation/Makefile
Normal file
6
Documentation/Makefile
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
FILE=IAQ_Wired_Sensor_Datasheet
|
||||||
|
|
||||||
|
all:
|
||||||
|
texi2pdf $(FILE).tex
|
||||||
|
rm *aux *log *lof *lot *toc
|
||||||
|
mupdf $(FILE).pdf
|
Loading…
Reference in New Issue
Block a user