summaryrefslogtreecommitdiffhomepage
path: root/wg03.mk
diff options
context:
space:
mode:
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
+