summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-16 14:36:49 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-16 14:36:49 +0100
commitbbf5145d4b0497535e71002218ef5271ba0bbead (patch)
treef90ee99a379e8c6afcc50358f135d5fc0effdcbc /Makefile
parent8084c9a674e3034903154da707b531238a593bc2 (diff)
feat: makefile for WG01 and WG02.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..f2019ba
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,14 @@
+# File: Makefile
+# Author: Amlal El Mahrouss
+# Purpose: Generate HTML papers from LaTex documents.
+
+all: html-wg01 html-wg02
+ @echo "=> DONE.
+
+.PHONY: html-wg01
+html-wg01:
+ htlatex source/wg01/wg01.tex
+
+.PHONY: html-wg02
+html-wg02:
+ htlatex source/wg02/wg02.tex