summaryrefslogtreecommitdiffhomepage
path: root/wg04.mk
blob: 4805f38f6770279871b732e56d2966dbf8e60683 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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/sketch-01.tex
	$(PDFTEX) source/wg04/sketch-01.tex
	$(HTMLTEX) source/wg04/paper.tex
	$(PDFTEX) source/wg04/paper.tex