mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-08 14:54:28 +00:00
[svn r6625] Makefile fiddlings
This commit is contained in:
11
Makefile
11
Makefile
@@ -4,7 +4,7 @@ dataset_path = dataset/loser
|
||||
surveydir_path = surveys
|
||||
cavern_flags = -qq -s
|
||||
tar_flags = -cz --exclude "*/CVS" --ignore-case -f
|
||||
svxtrace_cmd = /home/cucc/bin/svxtrace.py
|
||||
svxtrace_cmd = svxtrace.py
|
||||
|
||||
###########
|
||||
|
||||
@@ -29,11 +29,12 @@ folk/index.htm: noinfo/folk.csv noinfo/make-folklist.py
|
||||
|
||||
###########
|
||||
|
||||
surveytable:
|
||||
surveytable: $(surveydir_path)/surveytable.html
|
||||
|
||||
$(surveydir_path)/surveytable.html: $(shell find $(surveydir_path -printf "\"%p\"\n"))
|
||||
cd $(surveydir_path); perl tablize-csv.pl Surveys.csv
|
||||
|
||||
# Output depends on entire contents of the survey tree; the script is
|
||||
# quite quick anyway so we might as well run it every time.
|
||||
# Output depends on entire contents of the survey tree.
|
||||
|
||||
###########
|
||||
|
||||
@@ -79,7 +80,7 @@ clean:
|
||||
rm -f indxal.htm folk/index.htm noinfo/all.pos
|
||||
rm -f noinfo/all.3d smkridge/204/204.3d smkridge/234/234.3d plateau/76/76.3d
|
||||
rm -f smkridge/204/surveydata.tgz smkridge/234/surveydata.tgz plateau/76/surveydata.tgz noinfo/all.tgz
|
||||
rm -f surveys/surveytable.html
|
||||
rm -f $(surveydir_path)/surveytable.html
|
||||
rm -f report.html
|
||||
|
||||
###########
|
||||
|
||||
Reference in New Issue
Block a user