diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2026-01-21 16:04:19 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2026-01-21 16:04:19 +0200 |
| commit | ef799ca43701a6ddde5244e972e3e4350a068b73 (patch) | |
| tree | 15fe9bf73eb31875e618fccf0e71fe6055250d79 /Makefile | |
| parent | d28c27ce67f55a4dc1e6c0cae3d1a45d5f5d339b (diff) | |
| download | radio-ef799ca43701a6ddde5244e972e3e4350a068b73.tar.zst | |
Use luatex and lwarp
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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.* |
