diff options
author | Ralph Giles <giles@ghostscript.com> | 2005-04-23 23:06:52 +0200 |
---|---|---|
committer | Ralph Giles <giles@ghostscript.com> | 2005-04-23 23:06:52 +0200 |
commit | 0ccc674e273b17eed22028c62d01b8cfa3f7d2a6 (patch) | |
tree | f7d751e01680e3d4bfdeb6e1c053dd38d6266aa6 | |
parent | 69362d609d6e5f1b31d952308c01d01ec51c8227 (diff) | |
download | mupdf-0ccc674e273b17eed22028c62d01b8cfa3f7d2a6.tar.xz |
macos-jam-cleanup
Minor formatting cleanup for the macos jam build. We still have a rule
problem where ghostpdf.app doesn't get build because the mkdir fails
due to the parent .app directory in the target having already been
created. Running 'jam' again works around.
-rw-r--r-- | Jamfile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -329,8 +329,10 @@ if $(OS) = MACOSX MACBUNDLE = GhostPDF.app ; - XCopy $(MACBUNDLE)/Contents/Info.plist ; - XCopy $(MACBUNDLE)/Contents/PkgInfo ; + XCopy + $(MACBUNDLE)/Contents/Info.plist + $(MACBUNDLE)/Contents/PkgInfo + ; XCopy $(MACBUNDLE)/Contents/Resources/English.lproj/InfoPlist.strings $(MACBUNDLE)/Contents/Resources/English.lproj/main.nib/classes.nib |