Changeset 2081


Ignore:
Timestamp:
2001-02-28T15:30:33+13:00 (23 years ago)
Author:
paynter
Message:

Put javadoc documentation in its own directory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/java-client/Makefile

    r2077 r2081  
    1717
    1818docs:
    19     javadoc -private -version -author -header "Documentation for the <a href=\"http://www.corba.org/\">CORBA</a> interface to the <a href=\"http://www.nzdl.org/\">NZDL</a>\'s Greenstone Digital Library software." -footer "This software is distributed under the <a href=\"http://www.gnu.org/copyleft/gpl.html\">GPL</a>" org/nzdl/*.java org/nzdl/*/*.java org/nzdl/*/*/*.java
     19    mkdir docs
     20    javadoc -private -version -author -d docs -header "Documentation for the <a href=\"http://www.corba.org/\">CORBA</a> interface to the <a href=\"http://www.nzdl.org/\">NZDL</a>\'s Greenstone Digital Library software." -footer "This software is distributed under the <a href=\"http://www.gnu.org/copyleft/gpl.html\">GPL</a>" org/nzdl/*.java org/nzdl/*/*.java org/nzdl/*/*/*.java
    2021#   javadoc -private -version -author org/nzdl/*.java org/nzdl/*/*.java org/nzdl/*/*/*.java
    2122
    2223clean:
    2324    (cd org/nzdl && make clean)
    24     rm -f *.html stylesheet.css package-list 
     25    rm -rf docs
    2526    rm -rf org/nzdl/corba
    2627
Note: See TracChangeset for help on using the changeset viewer.