summaryrefslogtreecommitdiffhomepage
path: root/wg04.mk
blob: 63c4a00117a791ba9ea980b0daeaf66d9c2c4fb5 (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/paper.2.tex
	$(PDFTEX) source/wg04/paper.2.tex
	$(HTMLTEX) source/wg04/paper.tex
	$(PDFTEX) source/wg04/paper.tex