From fa0d9a28dfac2e1303dbb236a9c60ee4394eacb1 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 17 Aug 2014 13:34:12 -0700 Subject: Makefile: added osxpkg target. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0d5b518b4..b90a0ed55 100644 --- a/Makefile +++ b/Makefile @@ -44,6 +44,9 @@ dist: sdist man: ${MANPAGES} +osxpkg: + ./make_osx_package.sh + %.1: %.1.template ${makemanpages} @@ -53,4 +56,4 @@ man: ${MANPAGES} clean: -rm ${MANPAGES} -.PHONY: all man clean test build bench haddock sdist +.PHONY: all man clean test build bench haddock sdist osxpkg -- cgit v1.2.3