From 6d300b42b5fd6a3c7a683cdb0ab4839a628e927f Mon Sep 17 00:00:00 2001 From: Gerald Schmidt Date: Sun, 23 Sep 2018 10:59:58 +0200 Subject: [PATCH] added aspell dictionaries --- mac/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/mac/Makefile b/mac/Makefile index 2d5f613..d014dd8 100644 --- a/mac/Makefile +++ b/mac/Makefile @@ -14,6 +14,7 @@ bundle: Info.plist xmlcopyeditor version.plist InfoPlist.strings xmlcopyeditor.i cp InfoPlist.strings xmlcopyeditor.app/Contents/Resources/English.lproj/ echo -n 'APPLxmlc' > xmlcopyeditor.app/Contents/PkgInfo cp xmlcopyeditor xmlcopyeditor.app/Contents/MacOS/xmlcopyeditor + cp -R ../src/aspell xmlcopyeditor.app/Contents/SharedSupport/ cp -R ../src/png xmlcopyeditor.app/Contents/SharedSupport/ cp -R ../src/catalog xmlcopyeditor.app/Contents/SharedSupport/ cp -R ../src/dtd xmlcopyeditor.app/Contents/SharedSupport/