Show
Ignore:
Timestamp:
06/28/07 15:11:01 (1 year ago)
Author:
patrick
Message:

Updated the Java API documentation generation to account for versioned
directories.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/branches/2.2/Makefile.docs

    r19754 r20381  
    4040#    TWEEK_BASE_DIR - The root directory of a Tweek Java API installation 
    4141#                     (using <buildir>/instlinks works fine). 
     42#    TWEEK_VERSION  - The version of the Tweek Java API installation (see 
     43#                     modules/tweek/VERSION). 
    4244#    JCCL_BASE_DIR  - The root directory of a JCCL Java API installation 
    4345#                     (using <buildir>/instlinks works fine). 
     46#    JCCL_VERSION   - The version of the JCCL Java API installation (see 
     47#                     modules/jackal/VERSION). 
    4448# 
    4549# Furthermore, the 'doxygen' command must be in the user's path, and it is 
     
    8488        $(warning TWEEK_BASE_DIR is not set) 
    8589endif 
     90ifndef TWEEK_VERSION 
     91        $(warning TWEEK_VERSION is not set) 
     92endif 
    8693ifndef JCCL_BASE_DIR 
    8794        $(warning JCCL_BASE_DIR is not set) 
     95endif 
     96ifndef JCCL_VERSION 
     97        $(warning JCCL_VERSION is not set) 
    8898endif 
    8999        @for dir in $(SUBDIR) ; do                              \