mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-04-03 09:31:46 +01:00
Fix Makefile to generate lengths.dat using cavestats if it's not present
This commit is contained in:
parent
36a38e02d9
commit
dbe81091ab
4
Makefile
4
Makefile
@ -24,9 +24,11 @@ autogen_pages: indxal.htm
|
|||||||
# built manually in a survex build tree.
|
# built manually in a survex build tree.
|
||||||
indxal.htm: noinfo/CAVETAB2.CSV noinfo/all.pos noinfo/make-indxal4.pl noinfo/areapage_skeletons/*.html noinfo/lengths.dat
|
indxal.htm: noinfo/CAVETAB2.CSV noinfo/all.pos noinfo/make-indxal4.pl noinfo/areapage_skeletons/*.html noinfo/lengths.dat
|
||||||
python noinfo/make-areaindices.py
|
python noinfo/make-areaindices.py
|
||||||
python noinfo/create_dplong_table.py
|
|
||||||
cd noinfo; perl ./make-indxal4.pl -q CAVETAB2.CSV
|
cd noinfo; perl ./make-indxal4.pl -q CAVETAB2.CSV
|
||||||
|
|
||||||
|
noinfo/lengths.dat:
|
||||||
|
python noinfo/create_dplong_table.py
|
||||||
|
|
||||||
noinfo/all.pos: noinfo/all.3d
|
noinfo/all.pos: noinfo/all.3d
|
||||||
3dtopos noinfo/all.3d noinfo/all.pos
|
3dtopos noinfo/all.3d noinfo/all.pos
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user