1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-11 16:08:13 +00:00

Fix command to update info files.

This commit is contained in:
Richard M. Stallman 1999-02-20 18:57:09 +00:00
parent df80b09f29
commit 870cfc5510

View File

@ -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"