From: Theodore Ts'o Date: Sun, 1 May 2016 02:19:59 +0000 (-0400) Subject: Use texi2dvi --clean to work around a bug in texi2dvi X-Git-Tag: v1.43-WIP-2016-05-12~19 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=b3b7dafe91bc3e44eeada5cea91a0fd26587e609;p=tools%2Fe2fsprogs.git Use texi2dvi --clean to work around a bug in texi2dvi If the sources for e2fsprogs are located in a pathname that contains a tilde character (which can happen when the sources are unpacked using "apt-get source" when e2fsprogs has a pre-release test version), texi2dvi will fail due to a bug (Debian bug #822492: "texinfo: texi2dvi doesn't protect the ~ character in the second pass"). Work around this bug by using texi2dvi --clean. Addresses-Debian-Bug: #822227 Reported-by: svante.signell@gmail.com Signed-off-by: Theodore Ts'o --- diff --git a/doc/Makefile.in b/doc/Makefile.in index a2b2612..9cb584c 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -11,7 +11,7 @@ INSTALL = @INSTALL@ @MCONFIG@ -DVI=texi2dvi +DVI=texi2dvi --clean DVIPS=dvips -o "$@" INFO=@MAKEINFO@ HTML=makeinfo --html --no-split