Added Makefile for tex to pdf compilation
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user