diff --git a/Documentation/Makefile b/Documentation/Makefile new file mode 100644 index 0000000..984d2ac --- /dev/null +++ b/Documentation/Makefile @@ -0,0 +1,6 @@ +FILE=IAQ_Wired_Sensor_Datasheet + +all: + texi2pdf $(FILE).tex + rm *aux *log *lof *lot *toc + mupdf $(FILE).pdf