mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-04-03 09:31:46 +01:00
[svn r7532] ----------------------------------------------------------------------
r10840: expo | 2006-08-08 18:47:10 +0100 Automatically regenerate the prospecting guide ----------------------------------------------------------------------
This commit is contained in:
parent
95230e6e17
commit
5f575ffb82
13
Makefile
13
Makefile
@ -8,7 +8,7 @@ svxtrace_cmd = ./svxtrace.py
|
|||||||
|
|
||||||
###########
|
###########
|
||||||
|
|
||||||
everything: autogen_pages folklist 3dfiles tarfiles surveytable qmlists
|
everything: autogen_pages folklist 3dfiles tarfiles surveytable qmlists prospecting_guide
|
||||||
|
|
||||||
###########
|
###########
|
||||||
|
|
||||||
@ -52,7 +52,7 @@ smkridge/204/atoz.html: smkridge/204/glossary.csv smkridge/204/make-glossary.pl
|
|||||||
|
|
||||||
###########
|
###########
|
||||||
|
|
||||||
3dfiles: noinfo/all.3d smkridge/204/204.3d smkridge/234/234.3d # plateau/76/76.3d
|
3dfiles: noinfo/all.3d smkridge/204/204.3d smkridge/234/234.3d plateau/76/76.3d noinfo/alltracks.3d
|
||||||
|
|
||||||
noinfo/all.3d: $(shell $(svxtrace_cmd) $(dataset_path)/all)
|
noinfo/all.3d: $(shell $(svxtrace_cmd) $(dataset_path)/all)
|
||||||
cavern $(cavern_flags) $(dataset_path)/all -o noinfo/all.3d
|
cavern $(cavern_flags) $(dataset_path)/all -o noinfo/all.3d
|
||||||
@ -66,6 +66,15 @@ smkridge/234/234.3d: $(shell $(svxtrace_cmd) $(dataset_path)/caves/234/234)
|
|||||||
plateau/76/76.3d: $(shell $(svxtrace_cmd) $(dataset_path)/caves/76/76)
|
plateau/76/76.3d: $(shell $(svxtrace_cmd) $(dataset_path)/caves/76/76)
|
||||||
cavern $(cavern_flags) $(dataset_path)/caves/76/76 -o plateau/76/76.3d
|
cavern $(cavern_flags) $(dataset_path)/caves/76/76 -o plateau/76/76.3d
|
||||||
|
|
||||||
|
noinfo/alltracks.3d: $(shell $(svxtrace_cmd) $(dataset_path)/fixedpts/gps/tracks/alltracks)
|
||||||
|
cavern $(cavern_flags) $(dataset_path)/fixedpts/gps/tracks/alltracks.svx -o noinfo/alltracks.3d
|
||||||
|
|
||||||
|
###########
|
||||||
|
|
||||||
|
prospecting_guide: 3dfiles
|
||||||
|
cd noinfo/prospecting_guide_scripts && python make-prospectingguide-new.py
|
||||||
|
cd noinfo/prospecting_guide_scripts && python make-prospectingguide-new.py --white
|
||||||
|
|
||||||
###########
|
###########
|
||||||
|
|
||||||
tarfiles: noinfo/all.tgz smkridge/204/surveydata.tgz smkridge/234/surveydata.tgz plateau/76/surveydata.tgz
|
tarfiles: noinfo/all.tgz smkridge/204/surveydata.tgz smkridge/234/surveydata.tgz plateau/76/surveydata.tgz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user