Fix command to update info files.
This commit is contained in:
parent
df80b09f29
commit
870cfc5510
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue