"Verschoenerung" der html-Dateien durch DOS-Zeilenumbrueche
-> neue Abhaengigkeit: unix2dos (Debian-Paket tofrodos) neues make-target: "dist-clean" entfernt nun auch die heruntergeladenen Programme
This commit is contained in:
parent
42cd4d1d6f
commit
74212dfc22
4 changed files with 20 additions and 5 deletions
|
@ -61,6 +61,8 @@ $(HTML_FILES): %.html: %.tex
|
|||
-rm _output/images.aux _output/images.log _output/images.out _output/images.pl _output/images.text _output/img?.old _output/labels.pl _output/missfont.log _output/images.tex 2>/dev/null
|
||||
mv _output/$(notdir $(basename $@)).html $@
|
||||
python mod_html_files.py $@
|
||||
# replace unix-like linebreaks with their DOS couterparts
|
||||
unix2dos $@
|
||||
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue