From dc66d47efea581af064f8426728becc47d237a39 Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 22 Nov 2004 14:09:10 +0100 Subject: [PATCH] [svn r6643] Added survey table by name --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a55f473df..5f1fe2fb6 100644 --- a/Makefile +++ b/Makefile @@ -29,8 +29,10 @@ folk/index.htm: noinfo/folk.csv noinfo/make-folklist.py ########### -surveytable: $(surveydir_path)/surveytable.html - cd $(surveydir_path); perl tablize-csv.pl Surveys.csv +surveytable: + cd $(surveydir_path); perl tablize-csv.pl Surveys.csv; perl tablizebyname-csv.pl. Surveys.csv + + # Output depends on entire contents of the survey tree; # there appears to be no sensible way to run this at need.