Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scripts/completion.pl: also generate fish completion file | Simon Legner | 2019-03-02 | 1 | -5/+17 |
| | | | | | | This is the renamed script formerly known as zsh.pl Closes #3545 | ||||
* | scripts: include _curl as part of CLEANFILES | Dave Reisner | 2018-07-08 | 1 | -0/+2 |
| | | | | Closes #2718 | ||||
* | scripts/make: use $(EXEEXT) for executables | Daniel Stenberg | 2016-04-18 | 1 | -2/+2 |
| | | | | | | Reported-by: bodop Fixes #771 | ||||
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -1/+1 |
| | |||||
* | scripts: don't generate and install zsh completion when cross-compiling | Alessandro Ghedini | 2016-01-11 | 1 | -0/+8 |
| | |||||
* | scripts: fix zsh completion generation | Alessandro Ghedini | 2016-01-11 | 1 | -1/+1 |
| | | | | | The script should use the just-built curl, not the system one. This fixes zsh completion generation when no system curl is installed. | ||||
* | scripts/Makefile: build zsh script even in an out-of-tree build | Dan Fandrich | 2015-12-16 | 1 | -1/+1 |
| | |||||
* | scripts/makefile: add standard header | Daniel Stenberg | 2015-12-09 | 1 | -0/+21 |
| | |||||
* | scripts/Makefile: fix GNUism and survive no perl | Daniel Stenberg | 2015-12-09 | 1 | -1/+2 |
| | | | | | | Closes #555 Reported-by: Thomas Klausner | ||||
* | zsh install: fix DESTDIR support | Daniel Stenberg | 2015-11-27 | 1 | -2/+2 |
| | | | | Reported-by: Mohammad AlSaleh | ||||
* | build: Install zsh completion | Daniel Shahaf | 2015-11-24 | 1 | -0/+13 |
Fixes #534 Closes #537 |