Re: custom install targets
Bram Moolenaar <[email protected]> Tue, 13 Jan 2004 15:43:27 +0100
| Newsgroups | gmane.comp.tools.aap.devel |
|---|---|
| Message-ID | <[email protected]> |
Scott Harrison wrote: > Is it possible to have custom install targets like > > $INSTALL_DATA3 > $DATA3DIR > > etc.? > > Or is A-A-P currently limited to > the default install targets as described > in Chapter 17 of the user manual > (install-exec, install-shared, etc)? Only the mentioned targets are available. But you can easily add something, e.g.: install-local : $INSTALL_DATA3 This assumes $INSTALL_DATA3 is a list of targets that do the installation. If that's not what you wanted, you will have to explain a bit more. -- hundred-and-one symptoms of being an internet addict: 266. You hear most of your jokes via e-mail instead of in person. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ Project leader for A-A-P -- http://www.A-A-P.org /// \\\ Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html /// ------------------------------------------------------- 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