summaryrefslogtreecommitdiffhomepage
path: root/wg03.mk
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-30 23:43:16 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-30 23:46:52 +0100
commit8ee220a5d984f83d5ee9d9eed224ab0551bc7cc3 (patch)
treeb6ea2c07598f1253832a1e00fb61b7f5fe5fa29d /wg03.mk
parent9a5839719867e779eefc3cf11654bc1032232fd3 (diff)
feat: wg0{1..5}: some tiny refactors on the paper and ocaml scripts.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'wg03.mk')
-rw-r--r--wg03.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/wg03.mk b/wg03.mk
new file mode 100644
index 0000000..896d9bb
--- /dev/null
+++ b/wg03.mk
@@ -0,0 +1,11 @@
+# File: wg03.tex
+# Author: Amlal El Mahrouss
+# Purpose: Generate HTML and PDF papers from LaTex documents.
+# (C) 2025-2026 Amlal El Mahrouss.
+# Licensed under Apache 2.0.
+
+.PHONY: wg03
+wg03:
+ $(HTMLTEX) source/wg03/paper.tex
+ $(PDFTEX) source/wg03/paper.tex
+