summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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.*