Make Example 1b
rm -rf $(DOCDIR) $(CLASSDIR)
find $(SRCDIR) -name "*.java" > $(FILELIST)
javac -d $(CLASSDIR) @$(FILELIST)
javadoc -sourcepath $(SRCDIR) -d $(DOCDIR) -author -use -version \
-windowtitle "Upshot" -doctitle "Upshot Management Software" \
-bottom "Copyright © 2001 Salient Software Solutions Inc. All Rights Reserved." \