From: Richard M. Stallman Date: Sat, 20 Feb 1999 18:57:09 +0000 (+0000) Subject: Fix command to update info files. X-Git-Tag: emacs-20.4~590 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=870cfc5510990cb248046e886ee261fd5bed02e1;p=emacs.git Fix command to update info files. --- 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"