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 <tytso@mit.edu>
debian
Theodore Ts'o 2016-04-30 22:19:59 -04:00
parent a7dc56f45e
commit b3b7dafe91
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ INSTALL = @INSTALL@
@MCONFIG@
DVI=texi2dvi
DVI=texi2dvi --clean
DVIPS=dvips -o "$@"
INFO=@MAKEINFO@
HTML=makeinfo --html --no-split