Okay, next issue :)

------------------------------------------------------------------------
r12284 | airwin | 2013-01-07 22:26:34 -0700 (Mon, 07 Jan 2013) | 13 lines

Insert \$ENV{DESTDIR} appropriately (with the "$" escaped because you
want the environment variable DESTDIR to be read at install time
rather than cmake time) for all install(CODE ... signatures usage.

This change should let "make DESTDIR=<whatever> install" work
correctly at install time whenever the doxygen documentation and the
docbook documentation are being installed.

Only the doxygen install change has been tested, but the
corresponding change to the docbook install should also work
since the same CMake rules should apply.
------------------------------------------------------------------------

This ends up adding an extra DESTDIR in the path since cmake automatically 
handles adding DESTDIR to the paths.  This is with -DBUILD_DOC:BOOL=ON.  I 
have not tested with PREBUILT_DOC.

Reverting this commit fixes the install for me (unsurprising since 12281 was 
working fine for me before).


-- 
Orion Poplawski
Technical Manager                     303-415-9701 x222
NWRA, Boulder/CoRA Office             FAX: 303-415-9702
3380 Mitchell Lane                       or...@nwra.com
Boulder, CO 80301                   http://www.nwra.com

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to