From: Andreas K. <and...@ac...> - 2009-03-17 16:55:32
|
Larry W. Virden wrote: > The README file in tcllib and tklib both say: > > There is currently one true action for examples, _exa. It copies all > files in the source directory for examples into the directory chosen > by the user as destination for examples. > > Is that making a reference to actions taken by the release > coordinator? Because I don't see a Makefile target or configure option > that would allow a user to choose a destination for examples... It refers to the installer.tcl script and the code it uses. It is possible that this option is not made accessible when performing installation via 'make install'. I.e. that 'make install' restricts itself to applications, the packages, and manpages. However a direct invokation of installer.tcl from the command line should allow you to specify the necessary option (or let you do it from the GUI, if that is invoked). Andreas |