mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-22 07:11:55 +00:00
make missing paths so that noinfo/various data gets created and cave
index actually works. Comment suggests this is bad but I don't see why. Also stop it being quiet so we can see what's what.
This commit is contained in:
parent
5b2bd73ecc
commit
38d68b9e4f
2
Makefile
2
Makefile
@ -24,7 +24,7 @@ autogen_pages: indxal.htm
|
||||
# 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
|
||||
python noinfo/make-areaindices.py
|
||||
-(cd noinfo && perl ./make-indxal4.pl -q CAVETAB2.CSV)
|
||||
-(cd noinfo && perl ./make-indxal4.pl CAVETAB2.CSV)
|
||||
|
||||
noinfo/lengths.dat:
|
||||
-python noinfo/create_dplong_table.py || echo "Carry on and build other targets anyway"
|
||||
|
@ -265,7 +265,7 @@ sub do_this_line {
|
||||
$path =~ s/\/$fn//g;
|
||||
|
||||
# Make the directory that the file is in, in case it doesn't exist yet
|
||||
#mkpath($path);
|
||||
mkpath($path);
|
||||
# this is considered harmful now creation of directories is versioned - DL
|
||||
|
||||
# Open the file and start writing to it
|
||||
|
Loading…
Reference in New Issue
Block a user