summaryrefslogtreecommitdiffhomepage
path: root/wg04.mk
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-02-09 11:58:36 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-02-09 12:10:15 +0100
commit3a71b1086add81b137f321575da527b6ab59cabc (patch)
treec94285ca0eb57a1e36d16609b9a704517963912a /wg04.mk
parent0636de4d3029320cd984a41735e28a56177d66c9 (diff)
feat: Update 'WG04' paper.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'wg04.mk')
-rw-r--r--wg04.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/wg04.mk b/wg04.mk
new file mode 100644
index 0000000..fdced61
--- /dev/null
+++ b/wg04.mk
@@ -0,0 +1,11 @@
+# File: wg04.tex
+# Author: Amlal El Mahrouss
+# Purpose: Generate HTML and PDF papers from LaTex documents.
+# (C) 2026 Amlal El Mahrouss.
+# Licensed under Apache 2.0.
+
+.PHONY: wg04
+wg04: clean
+ $(HTMLTEX) source/wg04/paper.tex
+ $(PDFTEX) source/wg04/paper.tex
+