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
* configure.in: Upped to version 1.4k.
[automake.git]
/
tests
/
texinfo6.test
blob
dd984f824aff39ac5f7dae3ac659e8e60a5f4114
1
#! /bin/sh
2
3
# Test to make sure `.txi' extension works.
4
.
$srcdir
/
defs ||
exit
1
5
6
cat
>
Makefile.am
<<
'END'
7
info_TEXINFOS
=
foo.txi
8
END
9
10
echo
'@setfilename foo.info'
>
foo.txi
11
: >
texinfo.tex
12
13
$AUTOMAKE
||
exit
1
14
15
fgrep
'.txi.info'
Makefile.
in