diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2026-01-21 15:17:26 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2026-01-21 15:17:26 +0200 |
| commit | d28c27ce67f55a4dc1e6c0cae3d1a45d5f5d339b (patch) | |
| tree | 91ce8d8572842c9878bda70626311d5a05d263d7 /Makefile | |
| parent | b8d14bdd3fbd10c3c3837e0fdc3b39beae6f756a (diff) | |
| download | radio-d28c27ce67f55a4dc1e6c0cae3d1a45d5f5d339b.tar.zst | |
Add tex file
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..970689b --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +.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 |
