summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-19 14:58:10 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-19 14:58:10 +0100
commit8a7013babdfcd37be9e55a62d5d8b414e155162f (patch)
tree154ba6ba45eab98c10267ccd36ae946351e25489 /Makefile
parent291673e430701b38df857257fb77e974e3879cf9 (diff)
chore: Add tooling, updated existing papers.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c0857a9..27c27f2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# File: Makefile
# Author: Amlal El Mahrouss
-# Purpose: Generate HTML papers from LaTex documents.
+# Purpose: Generate HTML and PDF papers from LaTex documents.
PDFTEX := pdflatex
HTTEX := htlatex
@@ -18,3 +18,5 @@ html-wg01:
html-wg02:
$(HTTEX) source/wg02/wg02.tex
$(PDFTEX) source/wg02/wg02.tex
+
+