From 0eaeee799f15755e488854ab54217311148ad593 Mon Sep 17 00:00:00 2001 From: Marcela Mašláňová Date: Feb 06 2008 15:15:00 +0000 Subject: Attach forgotten tex patch, which removes tetex dependencies. --- diff --git a/iproute2-tex.patch b/iproute2-tex.patch new file mode 100644 index 0000000..dcf60dd --- /dev/null +++ b/iproute2-tex.patch @@ -0,0 +1,60 @@ +diff -up iproute-2.6.23/iproute2-2.6.23/Makefile.old iproute-2.6.23/iproute2-2.6.23/Makefile +diff -up iproute-2.6.23/iproute2-2.6.23/doc/Makefile.old iproute-2.6.23/iproute2-2.6.23/doc/Makefile +--- iproute-2.6.23/iproute2-2.6.23/doc/Makefile.old 2007-10-16 23:27:42.000000000 +0200 ++++ iproute-2.6.23/iproute2-2.6.23/doc/Makefile 2008-02-06 13:22:59.000000000 +0100 +@@ -1,55 +0,0 @@ +-PSFILES=ip-cref.ps ip-tunnels.ps api-ip6-flowlabels.ps ss.ps nstat.ps arpd.ps rtstat.ps +-# tc-cref.ps +-# api-rtnl.tex api-pmtudisc.tex api-news.tex +-# iki-netdev.ps iki-neighdst.ps +- +- +-LATEX=latex +-DVIPS=dvips +-SGML2DVI=sgml2latex --output=dvi +-SGML2HTML=sgml2html -s 0 +-LPR=lpr -Zsduplex +-SHELL=bash +-PAGESIZE=a4 +-PAGESPERPAGE=2 +- +-HTMLFILES=$(subst .sgml,.html,$(shell echo *.sgml)) +-DVIFILES=$(subst .ps,.dvi,$(PSFILES)) +- +- +-all: pstwocol +- +-pstwocol: $(PSFILES) +- +-html: $(HTMLFILES) +- +-dvi: $(DVIFILES) +- +-print: $(PSFILES) +- $(LPR) $(PSFILES) +- +-%.dvi: %.sgml +- $(SGML2DVI) $< +- +-%.dvi: %.tex +- @set -e; pass=2; echo "Running LaTeX $<"; \ +- while [ `$(LATEX) $< &1 | \ +- grep -c '^\(LaTeX Warning: Label(s) may\|No file \|! Emergency stop\)'` -ge 1 ]; do \ +- if [ $$pass -gt 3 ]; then \ +- echo "Seems, something is wrong. Try by hands." ; exit 1 ; \ +- fi; \ +- echo "Re-running LaTeX $<, $${pass}d pass"; pass=$$[$$pass + 1]; \ +- done +- +-%.ps: %.dvi +- $(DVIPS) $< -o $@ +- +-%.html: %.sgml +- $(SGML2HTML) $< +- +-install: +- install -m 0644 $(shell echo *.tex) $(DESTDIR)$(DOCDIR) +- install -m 0644 $(shell echo *.sgml) $(DESTDIR)$(DOCDIR) +- +-clean: +- rm -f *.aux *.log *.toc $(PSFILES) $(DVIFILES) *.html