mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
Comment fixes.
This commit is contained in:
parent
da95c74579
commit
c3ccf9620b
@ -1,5 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# Run this script in the top-level source directory to check the
|
||||||
|
# documentation for compatibility with groff and nroff.
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
function one_test () {
|
function one_test () {
|
||||||
@ -21,7 +24,7 @@ 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 groff -wall -mandoc -Tdvi {} \;
|
||||||
one_test find doc -name '*.[1-9].in' -exec nroff -mandoc -Tlatin1 {} \;
|
one_test find doc -name '*.[1-9].in' -exec nroff -mandoc -Tlatin1 {} \;
|
||||||
|
|
||||||
# Check English manuals to be in ASCII.
|
# Check the English manuals to be in ASCII.
|
||||||
one_test find doc -maxdepth 1 -name '*.[1-9].in' -exec groff -wall -Tascii {} \;
|
one_test find doc -maxdepth 1 -name '*.[1-9].in' -exec groff -wall -Tascii {} \;
|
||||||
|
|
||||||
rm -rf doctest.err
|
rm -rf doctest.err
|
||||||
|
Loading…
Reference in New Issue
Block a user