15 lines
344 B
Plaintext
15 lines
344 B
Plaintext
|
catch "exec $MAKEINFO -o ./smstruct.info $srcdir/text/smstruct.texi" maki_out
|
||
|
|
||
|
verbose "Makeinfo output: $maki_out" 1
|
||
|
|
||
|
if [string match \
|
||
|
"Making*file*smstruct*from*smstruct.texi'." \
|
||
|
"$maki_out" \
|
||
|
] then {
|
||
|
pass "structured source file"
|
||
|
} else {
|
||
|
fail "structured source file"
|
||
|
}
|
||
|
|
||
|
|