From 48c49356ca4116ed602827bcc68b656b5df9da5d Mon Sep 17 00:00:00 2001 From: Jan Mrna Date: Sun, 29 May 2022 09:33:50 +0200 Subject: [PATCH] Added Makefile for tex to pdf compilation --- Documentation/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Documentation/Makefile 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