Changeset 19754

Show
Ignore:
Timestamp:
01/04/07 17:14:59 (2 years ago)
Author:
patrick
Message:

MF20 [rev 19735]: Setting TWEEK_BASE_DIR and JCCL_BASE_DIR prior to rendering

the documentation makes the Java API documentation much,
much better. Print a warning if one or both of these are
not set when starting the rendering process.

Files:

Legend:

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

    r19729 r19754  
    8181 
    8282all: 
     83ifndef TWEEK_BASE_DIR 
     84        $(warning TWEEK_BASE_DIR is not set) 
     85endif 
     86ifndef JCCL_BASE_DIR 
     87        $(warning JCCL_BASE_DIR is not set) 
     88endif 
    8389        @for dir in $(SUBDIR) ; do                              \ 
    8490            echo "===> $$dir" ;                                 \