[Assorted-commits] SF.net SVN: assorted: [548] hash-join/trunk
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-02-29 16:49:38
|
Revision: 548 http://assorted.svn.sourceforge.net/assorted/?rev=548&view=rev Author: yangzhang Date: 2008-02-29 08:49:43 -0800 (Fri, 29 Feb 2008) Log Message: ----------- publisher publishes data Modified Paths: -------------- hash-join/trunk/publish.bash Removed Paths: ------------- hash-join/trunk/doc/Makefile Deleted: hash-join/trunk/doc/Makefile =================================================================== --- hash-join/trunk/doc/Makefile 2008-02-29 16:49:18 UTC (rev 547) +++ hash-join/trunk/doc/Makefile 2008-02-29 16:49:43 UTC (rev 548) @@ -1,24 +0,0 @@ -PROJECT := hash-join -WEBDIR := assorted/htdocs/$(PROJECT) -HTMLFRAG := ../../../assorted-site/trunk -PANDOC = pandoc -s -S --tab-stop=2 -c ../main.css -H $(HTMLFRAG)/header.html -A $(HTMLFRAG)/google-footer.html -o $@ $^ - -all: index.html analysis.html - -index.html: ../README - $(PANDOC) - -analysis.html: analysis.txt - $(PANDOC) - -publish: analysis.html index.html - ssh shell-sf mkdir -p $(WEBDIR)/ - scp $^ shell-sf:$(WEBDIR)/ - -publish-data: ../tools/data/*.pdf - scp $^ shell-sf:$(WEBDIR)/ - -clean: - rm -f index.html analysis.html - -.PHONY: clean publish publish-data Modified: hash-join/trunk/publish.bash =================================================================== --- hash-join/trunk/publish.bash 2008-02-29 16:49:18 UTC (rev 547) +++ hash-join/trunk/publish.bash 2008-02-29 16:49:43 UTC (rev 548) @@ -3,5 +3,5 @@ project=hash-join clean=false websrcs=( README doc/analysis.txt ) -webfiles=() +webfiles=( tools/data/*.pdf ) . assorted.bash "$@" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |