diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2014-08-12 23:04:51 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2014-08-12 23:04:51 +0200 |
commit | baa705dbd0f6f722f070948da1587f77e5b1767c (patch) | |
tree | ecb42f5f51072503e8d0419b81f5b92f28752b69 /debian/patches/replace-texi2html-with-makeinfo | |
parent | f47a2790a37c9bb11a6b00888309fe11ae32b7da (diff) | |
download | zsh-baa705dbd0f6f722f070948da1587f77e5b1767c.tar.gz zsh-baa705dbd0f6f722f070948da1587f77e5b1767c.zip |
Refresh replace-texi2html-with-makeinfo, drop texi2html-conf-source-dir-vs-build-dir
… and bump upstream version in preliminary changelog entry.
Diffstat (limited to 'debian/patches/replace-texi2html-with-makeinfo')
-rw-r--r-- | debian/patches/replace-texi2html-with-makeinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/replace-texi2html-with-makeinfo b/debian/patches/replace-texi2html-with-makeinfo index 56a6bf4f2..509a90a8a 100644 --- a/debian/patches/replace-texi2html-with-makeinfo +++ b/debian/patches/replace-texi2html-with-makeinfo @@ -12,6 +12,6 @@ Index: zsh/Doc/Makefile.in DVIPS = dvips -TEXI2HTML = @TEXI2HTML@ --output . --ifinfo --split=chapter --node-files \ +TEXI2HTML = makeinfo --html --output . --ifinfo --split=chapter --node-files \ - --init-file $(sdir)/texi2html.conf + --init-file texi2html.conf .SUFFIXES: .yo .1 |