]> git.ipfire.org Git - thirdparty/curl.git/commit
Makefile.am: skip the scripts dir
authorDaniel Stenberg <daniel@haxx.se>
Sun, 27 Mar 2016 22:03:42 +0000 (00:03 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 27 Mar 2016 22:03:42 +0000 (00:03 +0200)
commitccfa8407a6742fbd38d0ada40cb8392692a0a805
tree25a53b976d83c3b3ebc0a8bffeb779d351af01e9
parent5a9ea4b18c1de9a67dd45598ebb584523b875e01
Makefile.am: skip the scripts dir

Skipping the scripts dir is primarily done for 'make install' so that it
does not attempt to install the zsh completion script as we've not yet
found a proper way to do/run that at install time.

By leaving the script dir's Makefile in place, a user can still opt to
run make install manually in there.

Closes #620
Makefile.am