diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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.* |
