[svn r6628] Final version (hopefully)

This commit is contained in:
dave 2004-11-10 11:07:37 +01:00
parent c40aa52c55
commit 949d4f6319

View File

@ -31,7 +31,7 @@ folk/index.htm: noinfo/folk.csv noinfo/make-folklist.py
surveytable: $(surveydir_path)/surveytable.html
$(surveydir_path)/surveytable.html: $(shell find $(surveydir_path) -printf "\"%p\"\n")
$(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
# Output depends on entire contents of the survey tree.