|
From: Allin C. <cot...@wf...> - 2016-03-02 20:51:53
|
On Wed, 2 Mar 2016, Thomas Mattison wrote: > Would it be possible to add a target to the makefile that will > create a directory containing copies of everything that "make > install" delivers, plus a short script that will do with the > contents of that directory what "make install" does? If I'm understanding the request correctly, not only would it be possible, but it's already possible. You do, for example, make DESTDIR=/tmp/gnuplot install and under /tmp/gnuplot you find the entire tree that "make install" creates. You can probably see where to take things from there, in terms of packaging the result. Allin Cottrell |