> Previously, I used to put this in the GNUmakefile (like GNUMail does,
> except that it puts them directly in Library):
> 
> BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/Paje
>

You can use

BUNDLE_INSTALL_DIR = $(GNUSTEP_BUNDLES)/Paje

to get exactly the same result (nice thing, will work with both gnustep-make v1 
and v2). :-)


> I read make's documentation, and there it is said that the Bundle directory is
> deprecated in favor of ApplicationSupport. Should I use something
> like this:
> 
> BUNDLE_INSTALL_DIR=$(GNUSTEP_APPLICATION_SUPPORT)/Paje

Looks very good too.

Thanks

PS: I do need to write an 'upgrade' document explaining to everyone how to 
upgrade
your GNUmakefiles.  I'll do that and post it once done. :-)



_______________________________________________
Gnustep-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to