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

Comparing projects/cms/source/reports/DBReporter/Makefile (file contents):
Revision 1.5 by tdb, Tue May 29 22:30:56 2001 UTC vs.
Revision 1.6 by tdb, Sat Feb 9 17:04:33 2002 UTC

# Line 49 | Line 49 | cvsbuild :
49  
50   javadoc :
51          if test ! -d "$(DOCDIR)"; then mkdir $(DOCDIR); fi
52 <        javadoc -d $(SOURCEROOT)/$(DOCDIR) -sourcepath $(SOURCEROOT) -classpath $(JCCLASSPATH) -windowtitle $(JDTITLE) -author -version -private -header $(JDHEADER) $(PKGLIST)
52 >        javadoc -d $(SOURCEROOT)/$(DOCDIR) -sourcepath $(SOURCEROOT) -classpath $(JCCLASSPATH) -windowtitle $(JDTITLE) -author -version -private -use -header $(JDHEADER) -bottom $(JDBOTTOM) -link $(JDJAPI) -link $(JDSAPI) $(PKGLIST)
53  
54   run : build
55          cd $(BUILD) && ./run.sh

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines