Legend:
- Unmodified
- Added
- Removed
-
trunk/Cbc
- Property svn:mergeinfo changed
/stable/2.6/Cbc merged: 1559
- Property svn:mergeinfo changed
-
trunk/Cbc/configure
r1548 r1563 27880 27880 coin_doxy_tagfiles= 27881 27881 coin_doxy_excludes= 27882 tmp="CoinUtils Osi Clp DyLP Cgl "27882 tmp="CoinUtils Osi Clp DyLP Cgl Vol" 27883 27883 for proj in $tmp ; do 27884 27884 lc_proj=`echo $proj | tr [A-Z] [a-z]` … … 27903 27903 echo "$as_me:$LINENO: result: $doxydir (tag)" >&5 27904 27904 echo "${ECHO_T}$doxydir (tag)" >&6 27905 coin_doxy_excludes="$coin_doxy_excludes */${proj} *"27905 coin_doxy_excludes="$coin_doxy_excludes */${proj}" 27906 27906 else 27907 27907 # will process the source -- nothing further to be done here -
trunk/Cbc/configure.ac
r1531 r1563 322 322 ############################################################################# 323 323 324 AC_COIN_DOXYGEN(CoinUtils Osi Clp DyLP Cgl )324 AC_COIN_DOXYGEN(CoinUtils Osi Clp DyLP Cgl Vol) 325 325 326 326 ##############################################################################
Note: See TracChangeset
for help on using the changeset viewer.