9 Commits

Author SHA1 Message Date
Andrew Lazarus
caff4d7d18 Fix Makefile make man to work w/o .git
Signed-off-by: Heikki Hokkanen <hoxu@users.sf.net>
2014-11-07 18:53:27 +02:00
Pekka Enberg
dc0bbb2957 Use perl for version number replacement.
This patch changes Makefile to use perl for version number replacement to fix
'make install' on Darwin. The problem is that GNU sed and sed on Darwin (and
probably on BSDs) behave differently with regards to the '-i' command line
option.

Signed-off-by: Pekka Enberg <penberg@kernel.org>
Signed-off-by: Heikki Hokkanen <hoxu@users.sf.net>
2010-09-28 18:04:46 +03:00
Heikki Hokkanen
70c7bd5ccc Add a simple manpage.
The manpage is in pod format, and pod2man can be used to convert it.
2010-08-07 10:06:55 +03:00
Heikki Hokkanen
4042ac12e7 Makefile: set VERSION properly on release. 2010-01-06 10:38:34 +02:00
Heikki Hokkanen
48919ff425 Makefile: use 'git describe' for version if possible. 2010-01-06 10:38:34 +02:00
Heikki Hokkanen
7e29a4b07f Makefile: install to /usr/local by default. 2009-12-14 17:12:07 +02:00
Heikki Hokkanen
3a02a74445 Makefile: when installing, change VERSION with sed. 2009-12-13 13:49:48 +02:00
Heikki Hokkanen
93696ae336 Makefile: added 'release' target. 2009-12-13 13:42:52 +02:00
Heikki Hokkanen
3a2b43e5a4 Added a Makefile with simple install target. 2009-12-13 13:30:16 +02:00