Update of /cvsroot/mahogany/M
In directory sc8-pr-cvs1:/tmp/cvs-serv26516

Modified Files:
        Makefile makeopts.in 
Log Message:
fixes for bundle creation under Mac OS X

Index: Makefile
===================================================================
RCS file: /cvsroot/mahogany/M/Makefile,v
retrieving revision 1.72
retrieving revision 1.73
diff -b -u -2 -r1.72 -r1.73
--- Makefile    12 Jan 2004 17:48:28 -0000      1.72
+++ Makefile    12 Jan 2004 23:44:02 -0000      1.73
@@ -104,4 +104,8 @@
 
 install: install_bin install_locale install_doc
+ifdef USE_MAC
+       @echo "Mahogany.app has been built in $(top_builddir)/src,"
+       @echo "now you can simply drag and drop it anywhere you want."
+endif
 
 locales:

Index: makeopts.in
===================================================================
RCS file: /cvsroot/mahogany/M/makeopts.in,v
retrieving revision 1.107
retrieving revision 1.108
diff -b -u -2 -r1.107 -r1.108
--- makeopts.in 12 Jan 2004 17:48:28 -0000      1.107
+++ makeopts.in 12 Jan 2004 23:44:02 -0000      1.108
@@ -103,4 +103,13 @@
 INSTALL_OPTIONS := -m 755
 
+ifdef USE_MAC
+# under Mac OS X we "install" into our bundle which the user can then simply
+# drag and drop whenever he wishes
+DESTDIR = $(top_builddir)/src/Mahogany.app/Contents
+BINDIR = $(DESTDIR)/MacOS
+# LIBDIR and MODULEDIR are unused under Mac so far
+LOCALEDIR = $(DESTDIR)/Resources/locale
+DATADIR = $(DESTDIR)/Resources
+else # normal Unix stuff
 DESTDIR = @prefix@
 # Directory in which to install binaries and scripts
@@ -114,4 +123,6 @@
 # Directory in which to install arch-independent data files
 DATADIR = $(DESTDIR)/share/mahogany
+endif
+
 # where to install docs
 DOCDIR = $(DATADIR)/doc



-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to