From 750ff0d94286a7099a54b9b25d90c0a95db3cd23 Mon Sep 17 00:00:00 2001 From: "Joshua J. Cogliati" Date: Thu, 26 Dec 2019 10:15:58 -0700 Subject: [PATCH] Add the usermanual to the dmg. --- makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile.in b/makefile.in index e00b7cd6..19330a3f 100644 --- a/makefile.in +++ b/makefile.in @@ -106,5 +106,6 @@ ucblogo.dmg : mac hdiutil create -size 15m -fs HFS+ -volname "UCBLogo" ucblogo_base.dmg hdiutil attach ucblogo_base.dmg cp -a UCBLogo.app /Volumes/UCBLogo/ + cp docs/usermanual.pdf /Volumes/UCBLogo/UCBLogoUserManual.pdf hdiutil detach /Volumes/UCBLogo/ hdiutil convert ucblogo_base.dmg -format UDZO -o ucblogo.dmg