]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
Use texi2dvi --clean to work around a bug in texi2dvi
authorTheodore Ts'o <tytso@mit.edu>
Sun, 1 May 2016 02:19:59 +0000 (22:19 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 1 May 2016 02:19:59 +0000 (22:19 -0400)
commitb3b7dafe91bc3e44eeada5cea91a0fd26587e609
treef8b06a9058315fec11713c672cc6ec095b8fcd09
parenta7dc56f45eeabec85d9bc21f0309ccaf131db354
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>
doc/Makefile.in