summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPetri Hienonen <petri.hienonen@gmail.com>2026-01-21 16:04:19 +0200
committerPetri Hienonen <petri.hienonen@gmail.com>2026-01-21 16:04:19 +0200
commitef799ca43701a6ddde5244e972e3e4350a068b73 (patch)
tree15fe9bf73eb31875e618fccf0e71fe6055250d79 /Makefile
parentd28c27ce67f55a4dc1e6c0cae3d1a45d5f5d339b (diff)
downloadradio-ef799ca43701a6ddde5244e972e3e4350a068b73.tar.zst
Use luatex and lwarp
Diffstat (limited to '')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 970689b..57b17b2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,9 @@
.DEFAULT_GOAL := output
output:
- make4ht --lua --build-dir /tmp/radiotex --output-dir ./html -c myconfig.cfg -f html5 radio.tex
- tidy -modify -indent html/radio.html
+ lualatex radio.tex
+ lwarpmk html
+ tidy -modify -indent radio.html
+
+clean:
+ rm -f lwarp* comment* *.aux *.txt *.pdf *.toc *.log *.lwarpmkconf *.out radio.html sample_project.css radio_html.*