From 51b9ee37b25a0e8ddc0ec3823f694f4ccacc8cd0 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Mon, 11 Aug 2014 17:46:15 +0200 Subject: Refresh patch replace-texi2html-with-makeinfo --- debian/patches/replace-texi2html-with-makeinfo | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'debian/patches/replace-texi2html-with-makeinfo') diff --git a/debian/patches/replace-texi2html-with-makeinfo b/debian/patches/replace-texi2html-with-makeinfo index c738c1490..56a6bf4f2 100644 --- a/debian/patches/replace-texi2html-with-makeinfo +++ b/debian/patches/replace-texi2html-with-makeinfo @@ -4,14 +4,14 @@ Author: Axel Beckert Index: zsh/Doc/Makefile.in =================================================================== ---- zsh.orig/Doc/Makefile.in 2013-12-02 15:26:29.000000000 +0100 -+++ zsh/Doc/Makefile.in 2013-12-02 15:26:29.000000000 +0100 +--- 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 +-TEXI2HTML = @TEXI2HTML@ --output . --ifinfo --split=chapter --node-files \ ++TEXI2HTML = makeinfo --html --output . --ifinfo --split=chapter --node-files \ + --init-file $(sdir)/texi2html.conf .SUFFIXES: .yo .1 - -- cgit v1.2.3