Added Makefile for tex to pdf compilation

This commit is contained in:
Jan Mrna 2022-05-29 09:33:50 +02:00
parent 45006f7606
commit 48c49356ca

6
Documentation/Makefile Normal file
View File

@ -0,0 +1,6 @@
FILE=IAQ_Wired_Sensor_Datasheet
all:
texi2pdf $(FILE).tex
rm *aux *log *lof *lot *toc
mupdf $(FILE).pdf