[Assorted-commits] SF.net SVN: assorted: [545] numa-bench/trunk
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-02-29 16:34:13
|
Revision: 545 http://assorted.svn.sourceforge.net/assorted/?rev=545&view=rev Author: yangzhang Date: 2008-02-29 08:34:11 -0800 (Fri, 29 Feb 2008) Log Message: ----------- added publisher Added Paths: ----------- numa-bench/trunk/publish.bash Removed Paths: ------------- numa-bench/trunk/doc/Makefile Deleted: numa-bench/trunk/doc/Makefile =================================================================== --- numa-bench/trunk/doc/Makefile 2008-02-29 16:30:30 UTC (rev 544) +++ numa-bench/trunk/doc/Makefile 2008-02-29 16:34:11 UTC (rev 545) @@ -1,24 +0,0 @@ -PROJECT := numa-bench -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)/graphs/ - scp $^ shell-sf:$(WEBDIR)/ - -publish-data: ../tools/graphs/*.pdf - scp $^ shell-sf:$(WEBDIR)/graphs/ - -clean: - rm -f index.html analysis.html - -.PHONY: clean publish publish-data Added: numa-bench/trunk/publish.bash =================================================================== --- numa-bench/trunk/publish.bash (rev 0) +++ numa-bench/trunk/publish.bash 2008-02-29 16:34:11 UTC (rev 545) @@ -0,0 +1,7 @@ +#!/usr/bin/env bash + +project=numa-bench +clean=false +websrcs=( README doc/analysis.txt ) +webfiles=( graphs:tools/graphs/*.pdf ) +. assorted.bash "$@" Property changes on: numa-bench/trunk/publish.bash ___________________________________________________________________ Name: svn:executable + * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |