[svn r6629] Simplified version. Perhaps this one will work.

This commit is contained in:
dave 2004-11-10 11:11:27 +01:00
parent 949d4f6319
commit 9847f0c83c

View File

@ -30,11 +30,10 @@ folk/index.htm: noinfo/folk.csv noinfo/make-folklist.py
########### ###########
surveytable: $(surveydir_path)/surveytable.html surveytable: $(surveydir_path)/surveytable.html
$(surveydir_path)/surveytable.html: $(shell find $(surveydir_path) -type f | grep -v " " | grep -v "surveytable.html")
cd $(surveydir_path); perl tablize-csv.pl Surveys.csv cd $(surveydir_path); perl tablize-csv.pl Surveys.csv
# Output depends on entire contents of the survey tree. # Output depends on entire contents of the survey tree;
# there appears to be no sensible way to run this at need.
########### ###########