summaryrefslogtreecommitdiff
path: root/t/txinfo-vtexi3.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/txinfo-vtexi3.sh')
-rw-r--r--t/txinfo-vtexi3.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/txinfo-vtexi3.sh b/t/txinfo-vtexi3.sh
index fceb48642..073a01836 100644
--- a/t/txinfo-vtexi3.sh
+++ b/t/txinfo-vtexi3.sh
@@ -41,7 +41,7 @@ cat > Makefile.am << 'END'
info_TEXINFOS = foobar.texi quux.texi zardoz.texi
.PHONY: echo-distfiles
echo-distfiles:
- @echo ' ' $(DISTFILES) ' '
+ @echo ' ' $(am.dist.all-files) ' '
END
cat > foobar.texi << 'END'
@@ -94,7 +94,7 @@ do_check ()
vmonth=$(grep '^@set UPDATED ' $srcdir/$vfile.texi | awk '{print $4, $5}')
grep "^@set UPDATED-MONTH $vmonth$" $srcdir/$vfile.texi
# Check that the vers*.texi file is distributed according
- # to $(DISTFILES).
+ # to $(am.dist.all-files).
$MAKE echo-distfiles # For debugging.
$MAKE -s echo-distfiles | grep "[ /]$vfile\\.texi"
}