mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 16:50:58 +01:00
zsh-workers/9585
This commit is contained in:
parent
445756c4c6
commit
fc7f800408
1 changed files with 3 additions and 3 deletions
|
|
@ -180,14 +180,14 @@ Zsh/modlist.yo: $(MODDOCSRC)
|
|||
echo "enditem()"; \
|
||||
echo "includefile(Zsh/modmenu.yo)"; \
|
||||
set '' $(MODDOCSRC); \
|
||||
unset mod1 mod2 mod3 || true; \
|
||||
mod1= mod2= mod3=; \
|
||||
test ".$$2" = . || \
|
||||
mod2=`sed -n '1{s|^COMMENT(!MOD!||;p;q;}' < $(sdir)/$$2`; \
|
||||
while test ".$$2" != .; do \
|
||||
unset mod3 || true; \
|
||||
mod3=; \
|
||||
test ".$$3" = . || \
|
||||
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 "texinode(The $$mod2 Module)($${mod3:+The $$mod3 Module})($${mod1:+The $$mod1 Module})(Zsh Modules)"; \
|
||||
echo "sect(The $$mod2 Module)"; \
|
||||
echo "includefile($${2})"; \
|
||||
shift; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue