From 870cfc5510990cb248046e886ee261fd5bed02e1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 20 Feb 1999 18:57:09 +0000 Subject: [PATCH] Fix command to update info files. --- make-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-dist b/make-dist index 7730a46546c..9e1ebdf3e2b 100755 --- a/make-dist +++ b/make-dist @@ -211,7 +211,7 @@ if [ $update = yes ]; then echo "Updating Info files" - (cd man; make info) + (cd man; make -f Makefile.in srcdir=. info) echo "Updating finder, custom and autoload data" -- 2.39.2