mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-14 01:51:22 +02:00
Fix some .distfiles
This commit is contained in:
parent
357a0ea7cf
commit
1055e40c93
5 changed files with 25 additions and 8 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
* unposted: Config/version.mk: create 4.0.3.
|
||||
|
||||
* unposted: Completion/BSD/Command/.distfiles,
|
||||
Completion/UNIX/Command/.distfiles, Functions/Zle.distfiles,
|
||||
Test/.distfiles: usual fixes for missing distfiles entries.
|
||||
|
||||
* 16135: Doc/.distfiles: pack up more of the .distfiles produced
|
||||
by texi2html, see 16130.
|
||||
|
||||
|
|
4
Completion/BSD/Command/.distfiles
Normal file
4
Completion/BSD/Command/.distfiles
Normal file
|
@ -0,0 +1,4 @@
|
|||
DISTFILES_SRC='
|
||||
.distfiles
|
||||
_bsd_pkg _cvsup _kld _chflags
|
||||
'
|
|
@ -15,4 +15,5 @@ _dd _gprof _lynx _perldoc _telnet _pine
|
|||
_dict _grep _lzop _prcs _tiff _elm
|
||||
_diff _gs _make _psutils _tin _apm _mail
|
||||
_loadkeys _modutils _ruby _samba _sysctl _links
|
||||
_user_admin
|
||||
'
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
DISTFILES_SRC='
|
||||
.distfiles history-search-end incremental-complete-word
|
||||
incarg insert-files predict-on
|
||||
.distfiles
|
||||
bash-backward-kill-word
|
||||
cycle-completion-positions incarg predict-on
|
||||
edit-command-line incremental-complete-word smart-insert-last-word
|
||||
history-search-end insert-files
|
||||
'
|
||||
|
|
|
@ -1,8 +1,13 @@
|
|||
DISTFILES_SRC='
|
||||
.cvsignore .distfiles Makefile.in
|
||||
ztst.zsh comptest
|
||||
01grammar.ztst 02alias.ztst 03quoting.ztst 04redirect.ztst
|
||||
05command.ztst 06arith.ztst 07cond.ztst 08traps.ztst 09funcdef.ztst
|
||||
10prompt.ztst 11glob.ztst 50cd.ztst 51xtrace.ztst 52zregexparse.ztst
|
||||
53completion.ztst
|
||||
.distfiles
|
||||
.cvsignore B01cd.ztst B02typeset.ztst
|
||||
D03procsubst.ztst Y02compmatch.ztst
|
||||
C01arith.ztst D04parameter.ztst Y03arguments.ztst
|
||||
A01grammar.ztst C02cond.ztst D05array.ztst comptest
|
||||
A02alias.ztst C03traps.ztst E02xtrace.ztst
|
||||
A03quoting.ztst C04funcdef.ztst Makefile.in ztst.zsh
|
||||
A04redirect.ztst D01prompt.ztst V02zregexparse.ztst
|
||||
A05execution.ztst D02glob.ztst Y01completion.ztst
|
||||
D06subscript.ztst V01zmodload.ztst E01options.ztst
|
||||
README
|
||||
'
|
||||
|
|
Loading…
Reference in a new issue