zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: mod_langinfo not listed in MODDOCSRC so it's not included in the docs
@ 2011-10-03 22:38 Mikael Magnusson
  0 siblings, 0 replies; only message in thread
From: Mikael Magnusson @ 2011-10-03 22:38 UTC (permalink / raw)
  To: zsh workers

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-10-03 22:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-03 22:38 PATCH: mod_langinfo not listed in MODDOCSRC so it's not included in the docs Mikael Magnusson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).