mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-04-03 09:31:46 +01:00
[svn r8420] Reflect current dataset paths
This commit is contained in:
parent
6cd7abb299
commit
67c6df73d1
10
Makefile
10
Makefile
@ -1,11 +1,17 @@
|
|||||||
# Makefile to run the various scripts needed once CVS updates have been performed.
|
# Makefile to run the various scripts needed once CVS updates have been performed.
|
||||||
|
|
||||||
dataset_path = dataset/loser
|
dataset_path = ../loser
|
||||||
surveydir_path = surveys
|
surveydir_path = ../surveys
|
||||||
cavern_flags = -qq -s
|
cavern_flags = -qq -s
|
||||||
tar_flags = -cz --exclude "*/CVS" --ignore-case -f
|
tar_flags = -cz --exclude "*/CVS" --ignore-case -f
|
||||||
svxtrace_cmd = ./svxtrace.py
|
svxtrace_cmd = ./svxtrace.py
|
||||||
|
|
||||||
|
#things needed to run this stuff
|
||||||
|
#python imaging library, freesans or arial truetype font, dump3d, cavestats
|
||||||
|
#Debian packages: python-imaging, ttf-freefont, perl, python
|
||||||
|
#dump3d needs to be built in configured survex sources with cd src;make dump3d
|
||||||
|
#
|
||||||
|
|
||||||
###########
|
###########
|
||||||
|
|
||||||
everything: autogen_pages folklist 3dfiles tarfiles surveytable qmlists prospecting_guide
|
everything: autogen_pages folklist 3dfiles tarfiles surveytable qmlists prospecting_guide
|
||||||
|
Loading…
x
Reference in New Issue
Block a user