diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2003-10-06 18:39:56 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2003-10-06 18:39:56 +0000 |
commit | 530bbb503e7dc6b27fa9adb2423220293d2eed14 (patch) | |
tree | 9673040057a94194394f8bafc3f7399a70985ce0 /Src | |
parent | 95030cd0346623e1a0167abea33c42c3322cf37a (diff) | |
download | zsh-530bbb503e7dc6b27fa9adb2423220293d2eed14.tar.gz zsh-530bbb503e7dc6b27fa9adb2423220293d2eed14.tar.xz zsh-530bbb503e7dc6b27fa9adb2423220293d2eed14.zip |
unposted: update distribution files for 18980 and 19053
Diffstat (limited to 'Src')
-rw-r--r-- | Src/Modules/.distfiles | 1 | ||||
-rw-r--r-- | Src/zsh.mdd | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Src/Modules/.distfiles b/Src/Modules/.distfiles index 213b55649..b04067104 100644 --- a/Src/Modules/.distfiles +++ b/Src/Modules/.distfiles @@ -12,6 +12,7 @@ DISTFILES_SRC=' pcre.mdd pcre.c socket.mdd socket.c stat.mdd stat.c + system.mdd system.c errnames1.awk errnames2.awk tcp.mdd tcp.c tcp.h termcap.mdd termcap.c terminfo.mdd terminfo.c diff --git a/Src/zsh.mdd b/Src/zsh.mdd index e2b7b91b5..fddd0c30f 100644 --- a/Src/zsh.mdd +++ b/Src/zsh.mdd @@ -2,7 +2,7 @@ name=zsh/main link=static load=yes # load=static should replace use of alwayslink -functions='Functions/Misc/* Functions/Prompts/*' +functions='Functions/Misc/* Functions/MIME/* Functions/Prompts/*' nozshdep=1 alwayslink=1 |