Whamcloud - gitweb
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)
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

index a2b2612..9cb584c 100644 (file)
@@ -11,7 +11,7 @@ INSTALL = @INSTALL@
 
 @MCONFIG@
 
-DVI=texi2dvi
+DVI=texi2dvi --clean
 DVIPS=dvips -o "$@"
 INFO=@MAKEINFO@
 HTML=makeinfo --html --no-split