From 707cc42dec2439da1fdee4ed3eb0e0a44d5ea9fe Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 12 Aug 2008 17:30:38 +0200 Subject: New make target: "osxpkg" to create an Mac OS X installer package. This patch adds a new make target, "osxpkg", to the main Makefile which gereates a Apple Mac OS X installer package of ngIRCd. The packagemaker(1) project bundle is stored in contrib/MacOSX/ngIRCd.pmdoc. --- contrib/MacOSX/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/MacOSX/Makefile.am') diff --git a/contrib/MacOSX/Makefile.am b/contrib/MacOSX/Makefile.am index 42847d1e..2f1d141c 100644 --- a/contrib/MacOSX/Makefile.am +++ b/contrib/MacOSX/Makefile.am @@ -9,7 +9,7 @@ # Please read the file COPYING, README and AUTHORS for more information. # -SUBDIRS = ngIRCd.xcodeproj +SUBDIRS = ngIRCd.xcodeproj ngIRCd.pmdoc EXTRA_DIST = de.barton.ngircd.plist.tmpl config.h -- cgit 1.4.1