tex.mk: Remove Overfull/Underfull output

This commit is contained in:
Jan Lindemann 2003-08-10 09:45:32 +00:00 committed by Jan Lindemann
commit c75d5924a1

View file

@ -257,7 +257,7 @@ $(OUT).html.zip: $(HTMLDIR)
$(OUTPUT).pdf: $(GENERATED)
@echo "-- creating pdf file"
pdflatex $(MAIN).tex; pdflatex $(MAIN).tex; pdflatex $(MAIN).tex
for i in 1 2 3 ; do echo "==== pass $$i"; pdflatex $(MAIN).tex 2>&1 | grep -ve "Underfull\|Overfull"| grep .; done
mv $(MAIN).pdf $(OUTPUT).pdf
$(OUT).pdf.zip: $(OUTPUT).pdf