about summary refs log tree commit diff
path: root/contrib/MacOSX
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2013-01-01 19:25:06 +0100
committerAlexander Barton <alex@barton.de>2013-01-01 19:25:06 +0100
commit950aeec3ff0e15c456ac32d8fecee8c73f7c5df3 (patch)
treee8354b832a03692eab5d2a5f8d542a41aa476637 /contrib/MacOSX
parent60a9a7f11860a3953d215a377d31714e02d09eba (diff)
downloadngircd-950aeec3ff0e15c456ac32d8fecee8c73f7c5df3.tar.gz
ngircd-950aeec3ff0e15c456ac32d8fecee8c73f7c5df3.zip
Use "${docdir}/Commands.txt" as help text file
Diffstat (limited to 'contrib/MacOSX')
-rw-r--r--contrib/MacOSX/config.h3
1 files changed, 2 insertions, 1 deletions
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"