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

Modified Files:
        Makefile 
Log Message:
changed "make install" under Unix to be more consistent with FSSTD and common sense:
1. binary is now installed in $prefix/bin
2. $prefix/share/mahogany (and not Mahogany) contains only arch-independent files
3. modules are now in $prefix/lib/mahogany/modules
4. code has been updated accordingly and tweaked to ensure that everything
   works both after and before the installation
5. some preliminary/untested code for Mac OS X bundle directory detection added


Index: Makefile
===================================================================
RCS file: /cvsroot/mahogany/M/locale/Makefile,v
retrieving revision 1.22
retrieving revision 1.23
diff -b -u -2 -r1.22 -r1.23
--- Makefile    4 Sep 2001 20:39:40 -0000       1.22
+++ Makefile    12 Jan 2004 17:48:28 -0000      1.23
@@ -19,8 +19,8 @@
 
 install: all
-       $(INSTALL) -d $(DATADIR)/locale
+       $(INSTALL) -d $(LOCALEDIR)
        set -e; for i in $(FILES_MO); \
-       do $(INSTALL) -d $(DATADIR)/locale/`basename $$i .mo`/LC_MESSAGES; \
-       $(INSTALL_DATA) $$i $(DATADIR)/locale/`basename $$i .mo`/LC_MESSAGES/M.mo; \
+       do $(INSTALL) -d $(LOCALEDIR)/`basename $$i .mo`/LC_MESSAGES; \
+       $(INSTALL_DATA) $$i $(LOCALEDIR)/`basename $$i .mo`/LC_MESSAGES/M.mo; \
        done
 



-------------------------------------------------------
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