Changeset 20535

Show
Ignore:
Timestamp:
07/11/07 15:51:54 (1 year ago)
Author:
patrick
Message:

The documentation build needs to know the version of Tweek and of JCCL.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/branches/2.2/release/vrjuggler-docs.spec

    r20504 r20535  
    177177%if %{have_java} 
    178178make DIRS="modules/tweek modules/jackal modules/jackal/plugins" 
    179 make -f Makefile.docs TWEEK_BASE_DIR=`pwd`/instlinks JCCL_BASE_DIR=`pwd`/instlinks all 
     179make -f Makefile.docs TWEEK_BASE_DIR=`pwd`/instlinks TWEEK_VERSION=%{tweek_version} JCCL_BASE_DIR=`pwd`/instlinks JCCL_VERSION=%{jccl_version} all 
    180180%else 
    181181make -f Makefile.docs JAVADOC_SUBDIR= all