Index: work/sponsor_script/gen.sh =================================================================== --- work/sponsor_script/gen.sh (revision 17183) +++ work/sponsor_script/gen.sh (nonexistent) @@ -1,4 +0,0 @@ -#!/bin/sh - -gawk -f common.awk -f table.awk -F "[\t]" < general.tsv - Property changes on: work/sponsor_script/gen.sh ___________________________________________________________________ Deleted: svn:executable ## -1 +0,0 ## -* \ No newline at end of property Index: work/sponsor_script/Makefile =================================================================== --- work/sponsor_script/Makefile (nonexistent) +++ work/sponsor_script/Makefile (revision 17184) @@ -0,0 +1,7 @@ +all: index.html + +index.html: *.html *.tsv *.awk + gawk -f common.awk -f table.awk -F "[\t]" < general.tsv > index.html + + +