From 4521c0530696b464536f709aaaafa7ca9e91e6b3 Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Mon, 16 May 2011 14:19:57 -0400 Subject: [PATCH] Post commit cleanup. --- survey/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/survey/Makefile b/survey/Makefile index a3cc2e2..662eadc 100644 --- a/survey/Makefile +++ b/survey/Makefile @@ -18,7 +18,7 @@ results_snippet.html: results.html | tail -n$$(echo "$$(wc -l < results.html) - $$(grep -n '' \ < results.html | cut -d ':' -f 1,1) - 2" | bc ) > $@ -statfigures: oslist.txt swlist.txt datamodlist.txt employer-dd-list.txt position-dd-list.txt ratingslist.txt +statfigures: oslist.txt swlist.txt datamodlist.txt employer-dd-list.txt position-dd-list.txt ratingslist.txt vmlist.txt # create "lockfile' @touch $@ @[ "$$(cat nsubmissions.stamp 2>/dev/null || echo)" != "$$(ls -1 data |wc -l)" ] \ @@ -45,7 +45,7 @@ vmlist.txt: survey.rst datamodlist.txt: survey.rst grep '"bg_datamod"' survey.rst | sed -e 's/.*name="bg_datamod" value="//' \ - -e 's," />,: ",' -e 's,
$$,,",' -e 's/ "$$/ "Other"/' > $@ + -e 's," />,: ",' -e 's,
$$,",' -e 's/ "$$/ "Other"/' > $@ # Generic rule to extract from drop-down selections %-dd-list.txt: survey.rst -- 2.39.5