mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 22:11:54 +02:00
zsh-workers/9589
This commit is contained in:
parent
fc7f800408
commit
2e544986c2
1 changed files with 2 additions and 2 deletions
|
@ -178,7 +178,7 @@ Zsh/modlist.yo: $(MODDOCSRC)
|
|||
echo ")"; \
|
||||
done; \
|
||||
echo "enditem()"; \
|
||||
echo "includefile(Zsh/modmenu.yo)"; \
|
||||
echo "includefile(Zsh/modmenu.yo)"; \
|
||||
set '' $(MODDOCSRC); \
|
||||
mod1= mod2= mod3=; \
|
||||
test ".$$2" = . || \
|
||||
|
@ -189,7 +189,7 @@ Zsh/modlist.yo: $(MODDOCSRC)
|
|||
mod3=`sed -n '1{s|^COMMENT(!MOD!||;p;q;}' < $(sdir)/$$3`; \
|
||||
echo "texinode(The $$mod2 Module)($${mod3:+The $$mod3 Module})($${mod1:+The $$mod1 Module})(Zsh Modules)"; \
|
||||
echo "sect(The $$mod2 Module)"; \
|
||||
echo "includefile($${2})"; \
|
||||
echo "includefile($${2})"; \
|
||||
shift; \
|
||||
mod1=$$mod2; \
|
||||
mod2=$$mod3; \
|
||||
|
|
Loading…
Reference in a new issue