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

Comparing projects/cms/source/corbaservices/Makefile (file contents):
Revision 1.6 by tdb, Tue May 29 22:00:59 2001 UTC vs.
Revision 1.7 by tdb, Sat Feb 9 17:04:33 2002 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines