From 950aeec3ff0e15c456ac32d8fecee8c73f7c5df3 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 1 Jan 2013 19:25:06 +0100 Subject: Use "${docdir}/Commands.txt" as help text file --- contrib/MacOSX/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/MacOSX/config.h b/contrib/MacOSX/config.h index 6da74962..f4838276 100644 --- a/contrib/MacOSX/config.h +++ b/contrib/MacOSX/config.h @@ -1,6 +1,6 @@ /* * ngIRCd -- The Next Generation IRC Daemon - * Copyright (c)2001-2012 Alexander Barton (alex@barton.de) and Contributors. + * Copyright (c)2001-2013 Alexander Barton (alex@barton.de) and Contributors. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,6 +17,7 @@ #define VERSION "??("__DATE__")" #endif #define SYSCONFDIR "/etc/ngircd" +#define DOCDIR "/usr/share/doc/ngircd" #ifndef TARGET_VENDOR #define TARGET_VENDOR "apple" -- cgit 1.4.1