diff options
author | Alessandro Ghedini <alessandro@ghedini.me> | 2015-05-07 16:07:24 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-05-24 00:03:14 +0200 |
commit | f9f22b0d6394cd9a705cb3c1c1020ba2f19c7ab0 (patch) | |
tree | 49c7d5daddcafdf88c4ff8798d1eaba6c9bea9bb /Makefile.am | |
parent | ef02da315604acd72c39264e732661a2aea2c583 (diff) | |
download | curl-f9f22b0d6394cd9a705cb3c1c1020ba2f19c7ab0.tar.gz |
scripts: add zsh.pl for generating zsh completion
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 60d744e46..22823d9d4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -118,7 +118,7 @@ WINBUILD_DIST = winbuild/BUILD.WINDOWS.txt winbuild/gen_resp_file.bat \ winbuild/Makefile.msvc.names EXTRA_DIST = CHANGES COPYING maketgz Makefile.dist curl-config.in \ - RELEASE-NOTES buildconf libcurl.pc.in MacOSX-Framework \ + RELEASE-NOTES buildconf libcurl.pc.in MacOSX-Framework scripts/zsh.pl \ $(CMAKE_DIST) $(VC_DIST) $(WINBUILD_DIST) lib/libcurl.vers.in CLEANFILES = $(VC6_LIBDSP) $(VC6_SRCDSP) $(VC7_LIBVCPROJ) $(VC7_SRCVCPROJ) \ |