Emil Velikov
5520c61fb0
make: add more PHONY targets
...
The man and check targets were missing from the list
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2023-03-26 17:05:46 +01:00
Emil Velikov
06f697e3ae
make: remove dummy uninstall target
...
The target does nothing, so we might as well remove it.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2023-03-26 17:05:46 +01:00
Morten Linderud
acb8a7b9a7
prepare v27
...
Signed-off-by: Morten Linderud <morten@linderud.pw>
2022-09-28 18:48:20 +02:00
Eli Schwartz
eef029adcc
prepare v24
2021-04-22 14:52:37 -04:00
Eli Schwartz
43b6090a74
release v23
2019-11-13 16:56:25 -05:00
Eli Schwartz
c7fb67064a
release v22
2019-06-05 17:29:39 -04:00
Eli Schwartz
d7031c7ccf
move completions into their own directory
...
And add infrastructure for installing bash-completions
2019-06-05 15:44:58 -04:00
Eli Schwartz
da67c1906f
doc: add manpages for all programs
2019-06-05 15:44:58 -04:00
Eli Schwartz
aeab95dbab
doc: add manpage infrastructure
2019-06-05 15:37:53 -04:00
Dave Reisner
d5fe3b7bdb
prepare v21
2019-01-05 11:25:50 -05:00
Dave Reisner
60961e397e
prepare v20
2018-10-16 13:00:35 -04:00
Dave Reisner
e032d48eba
prepare v19
2018-08-25 06:57:13 -04:00
Dave Reisner
173d95d964
drop dist and uninstall targets
...
I'm too lazy to maintain an uninstall target for something that should
be distributed as a package, and the dist target can just be replaced
by git clones. No more tarballs!
2018-08-25 06:56:05 -04:00
Dave Reisner
dcd308f373
prepare v18
2018-01-27 07:19:50 -05:00
Dave Reisner
341c8d66ad
prepare v17
2016-06-12 12:18:36 -04:00
Dave Reisner
cb83a4d3dc
prepare v16
2016-06-11 13:11:06 -04:00
Dave Reisner
42ea087f2d
prepare v15
2015-02-15 14:58:32 -05:00
Dave Reisner
25c058a2a2
explicitly exit from TEST_exit
...
This prevents some odd interactions with the EXIT trap, and our last
command's status is seemingly not preserved for the script's real exit.
Add a BASH override to the Makefile as well, as it might be useful for
debugging or testing against other versions of bash.
2014-12-15 08:38:43 -05:00
Dave Reisner
7b4cf9a637
prepare v14
2014-12-12 18:43:21 -05:00
Dave Reisner
3b58d68669
prepare v13
2014-02-05 15:20:13 -05:00
Dave Reisner
a1b4145ff2
Add tests for some common functions
2013-12-08 22:59:15 -05:00
Dave Reisner
1823820546
prepare v12
2013-11-29 14:09:06 -05:00
Dave Reisner
15513c4a06
prepare v11 release
2013-05-26 15:51:41 -04:00
Dave Reisner
d0fbf5548d
Makefile: add check target for syntax check
2013-05-26 15:47:56 -04:00
Dave Reisner
cbc1ece119
prepare for release v10
2013-01-04 13:34:00 -05:00
Dave Reisner
0bde888ba4
makefile: scripts depend on common
2012-12-12 09:04:45 -05:00
Dave Reisner
be6afd2b30
prepare v9
2012-11-17 10:54:59 -05:00
Dave Reisner
298e04aabc
prepare v8
2012-10-04 10:32:01 -04:00
Dave Reisner
7420e07285
prepare v7 release
2012-09-18 08:44:08 -04:00
Dave Reisner
890ab2d2a3
use automake style AM_V_GEN rule for building
2012-09-07 16:32:39 -04:00
Dave Reisner
9888ce06e1
prepare v6 release
2012-09-06 09:56:51 -04:00
Dave Reisner
4c6dd31924
prepare v5
2012-08-03 19:59:27 -04:00
Dave Reisner
40fcfbf1a9
prepare v4
2012-08-03 19:11:31 -04:00
Dave Reisner
93b3298147
prepare v3
...
What happened to v2? I HAVE NO IDEA.
2012-07-24 20:43:48 -04:00
Daniel Wallace
38e446d995
Add zsh completion for all scripts
2012-07-22 23:28:59 -04:00
Dave Reisner
f83a267672
make the 'all' target a dependency of 'install'
2012-07-15 10:07:39 -04:00
Dave Reisner
694742e484
prepare v1 release
2012-07-14 08:07:00 -04:00
Dave Reisner
8caa6c7e12
Makefile: formatting cleanup
2012-06-18 13:40:39 -04:00
Pierre Schmitz
6fcfe3b268
Create a project Makefile
...
* the Makefile uses m4 to build the common lib into the scripts
* it includes install, uninstall and clean targets
* the dist target creates a source tar from a tag
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2012-06-18 11:17:42 +02:00