summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@ghostscript.com>2005-04-23 23:06:52 +0200
committerRalph Giles <giles@ghostscript.com>2005-04-23 23:06:52 +0200
commit0ccc674e273b17eed22028c62d01b8cfa3f7d2a6 (patch)
treef7d751e01680e3d4bfdeb6e1c053dd38d6266aa6
parent69362d609d6e5f1b31d952308c01d01ec51c8227 (diff)
downloadmupdf-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--Jamfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Jamfile b/Jamfile
index ae7561f5..c2a7bd45 100644
--- a/Jamfile
+++ b/Jamfile
@@ -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