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