summaryrefslogtreecommitdiff
path: root/scripts/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* scripts/completion.pl: also generate fish completion fileSimon Legner2019-03-021-5/+17
| | | | | | This is the renamed script formerly known as zsh.pl Closes #3545
* scripts: include _curl as part of CLEANFILESDave Reisner2018-07-081-0/+2
| | | | Closes #2718
* scripts/make: use $(EXEEXT) for executablesDaniel Stenberg2016-04-181-2/+2
| | | | | | Reported-by: bodop Fixes #771
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* scripts: don't generate and install zsh completion when cross-compilingAlessandro Ghedini2016-01-111-0/+8
|
* scripts: fix zsh completion generationAlessandro Ghedini2016-01-111-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 buildDan Fandrich2015-12-161-1/+1
|
* scripts/makefile: add standard headerDaniel Stenberg2015-12-091-0/+21
|
* scripts/Makefile: fix GNUism and survive no perlDaniel Stenberg2015-12-091-1/+2
| | | | | | Closes #555 Reported-by: Thomas Klausner
* zsh install: fix DESTDIR supportDaniel Stenberg2015-11-271-2/+2
| | | | Reported-by: Mohammad AlSaleh
* build: Install zsh completionDaniel Shahaf2015-11-241-0/+13
Fixes #534 Closes #537