Project

General

Profile

« Previous | Next » 

Revision 4208

mappings/roots/: Merged roots for different tables into one mappings/root.sh for Veg+, which handles all tables' mappings to VegBIEN

View differences:

mappings/roots/stems.sh
1
#!/bin/sh
2
export out_root="Veg+"
3
export in_root_suffix="[Veg+]"
4 0

  
mappings/roots/plots.sh
1
#!/bin/sh
2
export out_root="Veg+"
3
export in_root_suffix="[Veg+]"
4 0

  
mappings/roots/organisms.sh
1
#!/bin/sh
2
export out_root="Veg+"
3
export in_root_suffix="[Veg+]"
4 0

  
mappings/roots/specimens.sh
1
#!/bin/sh
2
export out_root="Veg+"
3
export in_root_suffix="[Veg+]"
4 0

  
inputs/input.Makefile
178 178
maps :=
179 179
createOnlyMaps :=
180 180

  
181
srcRoot = $(mappings)/roots/$*.sh
181
srcRoot = $(mappings)/root.sh
182 182
mkSrcMap = $(catSrcs)|(. $(srcRoot); env datasrc=$(datasrc) $(bin)/src_map >$@)
183 183

  
184 184
# Src maps cleanup
mappings/root.sh
1
#!/bin/sh
2
export out_root="Veg+"
3
export in_root_suffix="[Veg+]"
0 4

  

Also available in: Unified diff