mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-17 15:01:40 +02:00
unposted: update distfiles for 15211
This commit is contained in:
parent
992ef0693f
commit
ad57c03213
4 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2001-07-02 Clint Adams <clint@zsh.org>
|
||||
|
||||
* unposted: Doc/Zsh/.distfiles,
|
||||
Functions/Example/.distfiles, Src/Modules/.distfiles:
|
||||
update distfiles for 15211.
|
||||
|
||||
2001-07-02 Bart Schaefer <schaefer@zsh.org>
|
||||
|
||||
* unposted: zshconfig.ac: Remove references to FUNCINST_MK.
|
||||
|
|
|
@ -5,7 +5,7 @@ DISTFILES_SRC='
|
|||
index.yo intro.yo invoke.yo jobs.yo manual.yo metafaq.yo mod_cap.yo
|
||||
mod_clone.yo mod_compctl.yo mod_complete.yo mod_complist.yo
|
||||
mod_computil.yo mod_deltochar.yo mod_example.yo mod_files.yo
|
||||
mod_mapfile.yo mod_mathfunc.yo mod_parameter.yo mod_sched.yo
|
||||
mod_mapfile.yo mod_mathfunc.yo mod_parameter.yo mod_pcre.yo mod_sched.yo
|
||||
mod_stat.yo mod_termcap.yo mod_terminfo.yo mod_zftp.yo mod_zle.yo
|
||||
mod_zleparameter.yo mod_zutil.yo mod_zprof.yo mod_zpty.yo
|
||||
modules.yo modlist.yo modmenu.yo manmodmenu.yo
|
||||
|
|
|
@ -2,4 +2,5 @@ DISTFILES_SRC='
|
|||
.distfiles
|
||||
acx cx pushd yp zless
|
||||
cat proto randline yu zls
|
||||
zpgrep
|
||||
'
|
||||
|
|
|
@ -7,6 +7,7 @@ DISTFILES_SRC='
|
|||
mapfile.mdd mapfile.c
|
||||
mathfunc.mdd mathfunc.c
|
||||
parameter.mdd parameter.c
|
||||
pcre.mdd pcre.c
|
||||
stat.mdd stat.c
|
||||
tcp.mdd tcp.c tcp.h
|
||||
termcap.mdd termcap.c
|
||||
|
|
Loading…
Reference in a new issue