From baa705dbd0f6f722f070948da1587f77e5b1767c Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Tue, 12 Aug 2014 23:04:51 +0200 Subject: Refresh replace-texi2html-with-makeinfo, drop texi2html-conf-source-dir-vs-build-dir MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … and bump upstream version in preliminary changelog entry. --- .../patches/texi2html-conf-source-dir-vs-build-dir | 35 ---------------------- 1 file changed, 35 deletions(-) delete mode 100644 debian/patches/texi2html-conf-source-dir-vs-build-dir (limited to 'debian/patches/texi2html-conf-source-dir-vs-build-dir') diff --git a/debian/patches/texi2html-conf-source-dir-vs-build-dir b/debian/patches/texi2html-conf-source-dir-vs-build-dir deleted file mode 100644 index 5f6486295..000000000 --- a/debian/patches/texi2html-conf-source-dir-vs-build-dir +++ /dev/null @@ -1,35 +0,0 @@ -Description: Fixes source vs build directory mixup -Forwarded: http://www.zsh.org/mla/workers/2014/msg00763.html -Author: Axel Beckert - -Index: zsh/Doc/Makefile.in -=================================================================== ---- zsh.orig/Doc/Makefile.in 2014-08-11 20:33:31.000000000 +0200 -+++ zsh/Doc/Makefile.in 2014-08-11 20:40:02.000000000 +0200 -@@ -42,7 +42,7 @@ - TEXI2DVI = texi2dvi - DVIPS = dvips - TEXI2HTML = makeinfo --html --output . --ifinfo --split=chapter --node-files \ -- --init-file $(sdir)/texi2html.conf -+ --init-file texi2html.conf - - .SUFFIXES: .yo .1 - -@@ -160,7 +160,7 @@ - html: zsh_toc.html - .PHONY: html - --zsh_toc.html: $(sdir)/zsh.texi $(sdir)/texi2html.conf -+zsh_toc.html: $(sdir)/zsh.texi texi2html.conf - $(TEXI2HTML) $(sdir)/zsh.texi - - zshall.1: zsh.yo -@@ -251,7 +251,7 @@ - - texi2html.conf: $(sdir_top)/Config/version.mk - echo '$$PRE_BODY_CLOSE = "Zsh version $(VERSION), released on $(VERSION_DATE).";' \ -- > $(sdir)/$@ -+ > $@ - - Zsh/modlist.yo: $(MODDOCSRC) - ( \ -- cgit v1.2.3