summaryrefslogtreecommitdiff
path: root/t/txinfo-add-missing-and-dist.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/txinfo-add-missing-and-dist.sh')
-rw-r--r--t/txinfo-add-missing-and-dist.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/txinfo-add-missing-and-dist.sh b/t/txinfo-add-missing-and-dist.sh
index 2a4fa84f2..ddcd93f3f 100644
--- a/t/txinfo-add-missing-and-dist.sh
+++ b/t/txinfo-add-missing-and-dist.sh
@@ -32,8 +32,8 @@ cat > Makefile.am << 'END'
info_TEXINFOS = textutils.texi
.PHONY: test1 test2
test1:
- @echo DISTFILES = $(DISTFILES)
- echo ' ' $(DISTFILES) ' ' | grep '[ /]auxdir/texinfo\.tex '
+ @echo am.dist.all-files = $(am.dist.all-files)
+ echo ' ' $(am.dist.all-files) ' ' | grep '[ /]auxdir/texinfo\.tex '
test2: distdir
ls -l $(distdir)/*
test -f $(distdir)/auxdir/texinfo.tex