source:
vendor/automake/1.4-p6/tests/texinfo2.test
Last change on this file was 3124, checked in by , 18 years ago | |
---|---|
File size: 398 bytes |
Line | |
---|---|
1 | #! /bin/sh |
2 | |
3 | # Test to ensure that a ".info~" file doesn't end up in the |
4 | # distribution. Bug report from Greg McGary. |
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 | : > texinfo.tex |
15 | echo '@setfilename textutils.info' > textutils.texi |
16 | : > textutils.info~ |
17 | |
18 | $AUTOMAKE || exit 1 |
19 | |
20 | test -z "`$MAKE -s -f Makefile.in magic | grep '~'`" |
Note:
See TracBrowser
for help on using the repository browser.