mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Remove DVI test, it breaks on documentation in Russian on Debian/unstable.
This commit is contained in:
parent
6f6534e721
commit
189dadab90
@ -21,7 +21,6 @@ test -r doc/mc.1.in || { echo "ERROR: cannot read doc/mc.1.in" 2>&1; exit 1; }
|
||||
|
||||
# Test the documentation for possible errors.
|
||||
one_test find doc -name '*.[1-9].in' -exec groff -wall -mandoc -Tps {} \;
|
||||
one_test find doc -name '*.[1-9].in' -exec groff -wall -mandoc -Tdvi {} \;
|
||||
one_test find doc -name '*.[1-9].in' -exec nroff -mandoc -Tlatin1 {} \;
|
||||
|
||||
# Check the English manuals to be in ASCII.
|
||||
|
Loading…
Reference in New Issue
Block a user