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