"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:
lars 2006-06-09 21:21:33 +00:00
parent 42cd4d1d6f
commit 74212dfc22
4 changed files with 20 additions and 5 deletions

View file

@ -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: