Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: mod_langinfo not listed in MODDOCSRC so it's not included in the docs



Checked that it's the only one like this,
% ls Zsh/mod_*~(${(j:|:)~a})
Zsh/mod_langinfo.yo
where $a is an array where i pasted MODDOCSRC.

I tried this too, adding also YODLSRC,
% ls */*.yo(e:'! (( ${+b[(r)$REPLY]} )) ':)
Zsh/mod_langinfo.yo  Zsh/roadmap.yo

roadmap.yo is explicitly included in zsh.yo so that makes it.

--- a/Doc/Makefile.in
+++ b/Doc/Makefile.in
@@ -59,7 +59,7 @@
 Zsh/mod_compctl.yo Zsh/mod_complete.yo Zsh/mod_complist.yo \
 Zsh/mod_computil.yo Zsh/mod_curses.yo \
 Zsh/mod_datetime.yo Zsh/mod_deltochar.yo \
-Zsh/mod_example.yo Zsh/mod_files.yo \
+Zsh/mod_example.yo Zsh/mod_files.yo Zsh/mod_langinfo.yo \
 Zsh/mod_mapfile.yo Zsh/mod_mathfunc.yo Zsh/mod_newuser.yo \
 Zsh/mod_parameter.yo Zsh/mod_pcre.yo Zsh/mod_regex.yo \
 Zsh/mod_sched.yo Zsh/mod_socket.yo \


-- 
Mikael Magnusson



Messages sorted by: Reverse Date, Date, Thread, Author