summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 57b17b2..8e0c979 100644
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,10 @@
output:
lualatex radio.tex
+ rm -f radio.html
lwarpmk html
- tidy -modify -indent radio.html
+ tidy -modify -indent --sort-attributes "alpha" --wrap 120 --vertical-space yes --indent yes radio.html
+ bash embed-css.sh
clean:
rm -f lwarp* comment* *.aux *.txt *.pdf *.toc *.log *.lwarpmkconf *.out radio.html sample_project.css radio_html.*