Placement of bundles

2007-03-09 Thread Benhur Stein
Hi! I'm trying the new make in svn (nice work), and I'm having problems to find the new correct place to put my application's bundles, and how to write GNUmakefile accordingly. If I do not specify anything in the GNUmakefile, bundles go to Library/Bundles, which I do not like, because it pollute

RE: Placement of bundles

2007-03-09 Thread Nicola Pero
> 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