ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/conient/Makefile
(Generate patch)

Comparing projects/cms/source/conient/Makefile (file contents):
Revision 1.8 by tdb, Tue May 29 17:41:28 2001 UTC vs.
Revision 1.9 by tdb, Sat Feb 9 17:04:33 2002 UTC

# Line 55 | Line 55 | cvsbuild :
55  
56   javadoc :
57          if test ! -d "$(DOCDIR)"; then mkdir $(DOCDIR); fi
58 <        javadoc -d $(SOURCEROOT)/$(DOCDIR) -sourcepath $(SOURCEROOT)/$(DOCTMPDIR) -classpath $(JCCLASSPATH) -windowtitle $(JDTITLE) -author -version -private -header $(JDHEADER) $(PKGLIST)
58 >        javadoc -d $(SOURCEROOT)/$(DOCDIR) -sourcepath $(SOURCEROOT)/$(DOCTMPDIR) -classpath $(JCCLASSPATH) -windowtitle $(JDTITLE) -author -version -private -use -header $(JDHEADER) -bottom $(JDBOTTOM) -link $(JDJAPI) -link $(JDSAPI) $(PKGLIST)
59  
60   include $(MKINC)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines