mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-18 15:21:16 +02:00
manual/9101
This commit is contained in:
parent
674a7b70f0
commit
71369f2360
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,7 @@ for x_mod in $x_mods; do
|
||||||
eval "modfile=\$modfile_$q_x_mod"
|
eval "modfile=\$modfile_$q_x_mod"
|
||||||
unset moddeps autobins autoinfixconds autoprefixconds autoparams
|
unset moddeps autobins autoinfixconds autoprefixconds autoparams
|
||||||
unset automathfuncs
|
unset automathfuncs
|
||||||
|
if [ -f $srcdir/../$modfile ]; then
|
||||||
. $srcdir/../$modfile
|
. $srcdir/../$modfile
|
||||||
for bin in $autobins; do
|
for bin in $autobins; do
|
||||||
echo " add_autobin(\"$bin\", \"$x_mod\");"
|
echo " add_autobin(\"$bin\", \"$x_mod\");"
|
||||||
|
@ -53,6 +54,7 @@ for x_mod in $x_mods; do
|
||||||
for dep in $moddeps; do
|
for dep in $moddeps; do
|
||||||
echo " add_dep(\"$x_mod\", \"$dep\");"
|
echo " add_dep(\"$x_mod\", \"$dep\");"
|
||||||
done
|
done
|
||||||
|
fi
|
||||||
test "x$linked" = xno && echo "#endif"
|
test "x$linked" = xno && echo "#endif"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue