Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r82836 - trunk/libs/numeric/odeint/doc
From: john_at_[hidden]
Date: 2013-02-12 13:22:59


Author: johnmaddock
Date: 2013-02-12 13:22:59 EST (Tue, 12 Feb 2013)
New Revision: 82836
URL: http://svn.boost.org/trac/boost/changeset/82836

Log:
Fix PDF install rule so it can be called from external scripts.
Text files modified:
   trunk/libs/numeric/odeint/doc/Jamfile.v2 | 5 ++++-
   1 files changed, 4 insertions(+), 1 deletions(-)

Modified: trunk/libs/numeric/odeint/doc/Jamfile.v2
==============================================================================
--- trunk/libs/numeric/odeint/doc/Jamfile.v2 (original)
+++ trunk/libs/numeric/odeint/doc/Jamfile.v2 2013-02-12 13:22:59 EST (Tue, 12 Feb 2013)
@@ -269,8 +269,11 @@
 # will rename the file to the expected filename, here quick_auto_dox_index.pdf.
 # <location>. means installed in same place as this jamfile, /doc.
 
-install pdf-install : standalone : <install-type>PDF <location>. <name>odeint.pdf ;
+install pdfinstall : standalone/<format>pdf : <location>. <install-type>PDF <name>odeint.pdf ;
+explicit pdfinstall ;
 
 install callouts : [ glob src/images/callouts/*.png ] : <location>html/images/callouts ;
 
 
+
+


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk