[Assorted-commits] SF.net SVN: assorted: [506] scala-commons/trunk/src/Makefile
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-02-25 07:19:55
|
Revision: 506 http://assorted.svn.sourceforge.net/assorted/?rev=506&view=rev Author: yangzhang Date: 2008-02-24 23:20:01 -0800 (Sun, 24 Feb 2008) Log Message: ----------- removed buggy header - not what i was expecting! Modified Paths: -------------- scala-commons/trunk/src/Makefile Modified: scala-commons/trunk/src/Makefile =================================================================== --- scala-commons/trunk/src/Makefile 2008-02-25 07:19:27 UTC (rev 505) +++ scala-commons/trunk/src/Makefile 2008-02-25 07:20:01 UTC (rev 506) @@ -25,7 +25,7 @@ $(DOCDIR)/index.html: $(SRCS) mkdir -p $(DOCDIR) - scaladoc -d $(DOCDIR) -linksource -header $(HTMLFRAG)/header.html -bottom $(HTMLFRAG)/google-footer.html $^ + scaladoc -d $(DOCDIR) -linksource $^ publish: doc jar web cp -r $(JAR) $(DOCDIR) $(WEBDIR) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |