blob: 8e0c979c704f5274b067c5b467cdf0523ee23158 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
.DEFAULT_GOAL := output
output:
lualatex radio.tex
rm -f radio.html
lwarpmk 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.*
|