summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1999-02-20 18:57:09 +0000
committerRichard M. Stallman <rms@gnu.org>1999-02-20 18:57:09 +0000
commit870cfc5510990cb248046e886ee261fd5bed02e1 (patch)
tree2bb1028d99cf9dfc1abe78ea0a5c6cc8f4c12000 /make-dist
parentdf80b09f29a79103954c82fb1ed7c5bfd3293324 (diff)
downloademacs-870cfc5510990cb248046e886ee261fd5bed02e1.tar.gz
Fix command to update info files.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist2
1 files changed, 1 insertions, 1 deletions
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"