From 8a7013babdfcd37be9e55a62d5d8b414e155162f Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 19 Dec 2025 14:58:10 +0100 Subject: chore: Add tooling, updated existing papers. Signed-off-by: Amlal El Mahrouss --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 + + -- cgit v1.2.3