From: <sm...@us...> - 2008-07-24 13:49:20
|
Revision: 8582 http://plplot.svn.sourceforge.net/plplot/?rev=8582&view=rev Author: smekal Date: 2008-07-24 13:49:28 +0000 (Thu, 24 Jul 2008) Log Message: ----------- Added some remarks and fixed some mistakes which I encountered testing the new homepage. Modified Paths: -------------- trunk/README.Release_Manager_Cookbook Modified: trunk/README.Release_Manager_Cookbook =================================================================== --- trunk/README.Release_Manager_Cookbook 2008-07-24 13:48:49 UTC (rev 8581) +++ trunk/README.Release_Manager_Cookbook 2008-07-24 13:49:28 UTC (rev 8582) @@ -47,19 +47,22 @@ svn export https://plplot.svn.sourceforge.net/svnroot/plplot/trunk \ plplot_source cd /tmp/plplotdoc/build -cmake +cmake \ -DWWW_USER=username \ -DWWW_GROUP=group \ -DWWW_HOST=localhost \ -DWWW_DIR=/var/www/plplot/htdocs/docbook-manual \ -DCMAKE_VERBOSE_MAKEFILE=ON \ -DDEFAULT_NO_BINDINGS=ON -DDEFAULT_NO_DEVICES=ON \ --DPREBUILD_DIST=ON +-DPREBUILD_DIST=ON \ -DBUILD_DOC=ON \ ../plplot_source \ >& cmake.out make prebuild_dist >& make_prebuild.out +Install the documentation on the local machine: +cd /tmp/plplotdoc/build/doc/docbook/src +make www-install 2. In the root directory of a throwaway copy of the PLplot source tree (say /tmp/plplotdoc/plplot_source from step 1 above) execute the following This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |