repo.or.cz
/
automake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
typo + new comment
[automake.git]
/
tests
/
texinfo7.test
blob
b98121312df97b9a914cb06912cde8c03c527a4e
1
#! /bin/sh
2
3
# Test to make sure texinfo.tex correctly installed by -a. Bug report
4
# by Per Cederqvist.
5
6
.
$srcdir
/
defs ||
exit
1
7
8
cat
>
Makefile.am
<<
'END'
9
info_TEXINFOS
=
textutils.texi
10
magic
:
11
@
echo
$
(
DISTFILES
)
12
END
13
14
echo
'@setfilename textutils.info'
>
textutils.texi
15
16
$AUTOMAKE
-a
||
exit
1
17
18
test -f
texinfo.tex