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

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/doc/Makefile,v
retrieving revision 1.36
retrieving revision 1.37
diff -b -u -2 -r1.36 -r1.37
--- Makefile    8 Nov 2003 12:31:01 -0000       1.36
+++ Makefile    12 Jan 2004 17:48:28 -0000      1.37
@@ -51,5 +51,5 @@
 install: test
        if [ -f $(MDOCS_TGZ) ]; \
-       then gzip -dc < $(MDOCS_TGZ) | (cd $(DOCDIR) && tar xvf -); \
+       then $(INSTALL) =d $(DOCDIR); gzip -dc < $(MDOCS_TGZ) | (cd $(DOCDIR) && tar 
xvf -); \
        else $(MAKE) install2; \
        fi



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