Commit Graph

14 Commits

Author SHA1 Message Date
Marc André Tanner 32a839d76a Do not install zsh completion by default
Provide dedicated install-completion Makefile target instead.
2020-04-19 12:54:53 +02:00
Marc André Tanner cef844ec9d Move zsh completion to contrib folder 2020-04-19 12:54:21 +02:00
Marc André Tanner 7d0e9d91b6 Create leading directories when installing
Note: install(1) is not really specified and the -D option does not
seem to be portable. For example the FreeBSD manual page documents a
different behavior.

We therefore use a somewhat ugly two step process with an installdirs
target.
2020-04-19 12:43:59 +02:00
Marc André Tanner 070e34b502 Use strip explicitly instead of install -s
Some install(1) implementations don't support -s or treat it as a NOP.
2020-04-19 12:43:59 +02:00
zsugabubus fcac3b17ed
Add Zsh completion 2020-02-05 10:39:03 +01:00
zsugabubus c3ea8f5bde
Makefile: use `install` instead of `cp` 2020-02-05 10:00:27 +01:00
Marc André Tanner 66a17ed03d Add configure script to detect compiler flags and feature test macros
This is the same musl originated configure script as vis uses.
2017-06-27 10:09:32 +02:00
Marc André Tanner f00e4f7a58 Reflect README renaming in Makefile 2015-03-18 17:49:28 +01:00
Marc André Tanner 81d934ea78 Makefile: do not append to $SRC instead set it 2015-02-19 09:42:10 +01:00
Marc André Tanner 94051967ff Make strip utility configurable 2014-10-05 08:38:02 +02:00
Marc André Tanner 119d7c8bca Add Solaris support 2014-07-07 22:46:14 +02:00
Marc André Tanner 433de0e9ca Add testsuite.sh to source tarball 2014-07-05 09:38:25 +02:00
Marc André Tanner c999a6322b Add debug.c to Makefile tarball generation target 2014-02-18 23:22:49 +01:00
Marc André Tanner 89cbbb3aa6 Initial import 2014-02-18 23:04:00 +01:00