diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-19 14:58:10 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-19 14:58:10 +0100 |
| commit | 8a7013babdfcd37be9e55a62d5d8b414e155162f (patch) | |
| tree | 154ba6ba45eab98c10267ccd36ae946351e25489 /Makefile | |
| parent | 291673e430701b38df857257fb77e974e3879cf9 (diff) | |
chore: Add tooling, updated existing papers.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 + + |
