From 75fb2849c32e14e26c014765b71053c103a56d71 Mon Sep 17 00:00:00 2001 From: Jerome St-Louis Date: Mon, 26 Nov 2012 12:20:42 -0500 Subject: [PATCH] sdk/install: Installing man pages on OS X --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 292711d..6596ecc 100755 --- a/Makefile +++ b/Makefile @@ -546,6 +546,8 @@ endif install doc/ecere.eCdoc $(DOCDIR)/ install doc/ecereCOM.eCdoc $(DOCDIR)/ install doc/EDA.eCdoc $(DOCDIR)/ + mkdir -p $(MANDIR)/man1 + cp -pRf share/man/man1/* $(MANDIR)/man1 mkdir -p $(SAMPLESDIR) cp -pRf samples/* $(SAMPLESDIR) find $(SAMPLESDIR) -type d -exec chmod 777 {} \; -- 1.8.3.1