From 640212e70f50be20fca1d3a58f3e4e7ce77ac7a2 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Thu, 28 May 2015 02:41:59 +0200 Subject: Drop all but one patch (issues fixed upstream) --- debian/patches/replace-texi2html-with-makeinfo | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 debian/patches/replace-texi2html-with-makeinfo (limited to 'debian/patches/replace-texi2html-with-makeinfo') diff --git a/debian/patches/replace-texi2html-with-makeinfo b/debian/patches/replace-texi2html-with-makeinfo deleted file mode 100644 index 509a90a8a..000000000 --- a/debian/patches/replace-texi2html-with-makeinfo +++ /dev/null @@ -1,17 +0,0 @@ -Description: Replace deprecated texi2html with makeinfo -Forwarded: http://www.zsh.org/mla/workers/2013/msg00723.html -Author: Axel Beckert - -Index: zsh/Doc/Makefile.in -=================================================================== ---- zsh.orig/Doc/Makefile.in 2014-08-11 17:45:12.000000000 +0200 -+++ zsh/Doc/Makefile.in 2014-08-11 17:45:12.000000000 +0200 -@@ -41,7 +41,7 @@ - MAKEINFO = makeinfo - TEXI2DVI = texi2dvi - DVIPS = dvips --TEXI2HTML = @TEXI2HTML@ --output . --ifinfo --split=chapter --node-files \ -+TEXI2HTML = makeinfo --html --output . --ifinfo --split=chapter --node-files \ - --init-file texi2html.conf - - .SUFFIXES: .yo .1 -- cgit v1.2.3