HISTORY and fitting PREFIX to some obscure standard. - thinglaunch - A simple c… | |
git clone git://bitreich.org/thinglaunch | |
Log | |
Files | |
Refs | |
Tags | |
LICENSE | |
--- | |
commit 4f94a8e2a0a72b3e55f270e4ca97df81204a65d6 | |
parent 2a3aa8ec0c8405ec71937108765bef0faf6f4d49 | |
Author: Christoph Lohmann <[email protected]> | |
Date: Sat, 2 Jul 2011 12:39:40 +0200 | |
HISTORY and fitting PREFIX to some obscure standard. | |
Diffstat: | |
M config.mk | 2 +- | |
M thinglaunch.1 | 8 ++++++++ | |
2 files changed, 9 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/config.mk b/config.mk | |
@@ -5,7 +5,7 @@ VERSION = 2.2 | |
# Customize below to fit your system | |
# paths | |
-PREFIX ?= /usr | |
+PREFIX ?= /usr/local | |
MANPREFIX = ${PREFIX}/share/man | |
X11INC = /usr/X11R6/include | |
diff --git a/thinglaunch.1 b/thinglaunch.1 | |
@@ -115,6 +115,14 @@ using | |
.Sh FILES | |
LICENSE, config.def.h, config.h | |
. | |
+.Sh HISTORY | |
+.Bd -filled | |
+.Nm | |
+was originally written and named by Matt Johnston <[email protected]> (See | |
+LICENSE.orig for the original LICENSE note). Nearly all code was then | |
+changed to fit what you see now, by Christoph Lohmann <[email protected]>. | |
+.Ed | |
+. | |
.Sh AUTHORS | |
See LICENSE file for authors in the distribution. | |
. |