$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r60677 - branches/units/autoprefix/libs/units/doc
From: steven_at_[hidden]
Date: 2010-03-17 13:00:42
Author: steven_watanabe
Date: 2010-03-17 13:00:41 EDT (Wed, 17 Mar 2010)
New Revision: 60677
URL: http://svn.boost.org/trac/boost/changeset/60677
Log:
Avoid duplication of physical_dimensions.hpp header
Text files modified: 
   branches/units/autoprefix/libs/units/doc/Jamfile.v2 |     3 ++-                                     
   1 files changed, 2 insertions(+), 1 deletions(-)
Modified: branches/units/autoprefix/libs/units/doc/Jamfile.v2
==============================================================================
--- branches/units/autoprefix/libs/units/doc/Jamfile.v2	(original)
+++ branches/units/autoprefix/libs/units/doc/Jamfile.v2	2010-03-17 13:00:41 EDT (Wed, 17 Mar 2010)
@@ -55,7 +55,8 @@
 
 run_doxygen units_reference
   :
-    [ glob $(here)/../../../boost/units/*.hpp ]
+    [ glob $(here)/../../../boost/units/*.hpp :
+           $(here)/../../../boost/units/physical_dimensions.hpp ]
   :
     "Units Reference"
   ;