Revision 4217
Added by Aaron Marcuse-Kubitza over 12 years ago
inputs/input.Makefile | ||
---|---|---|
95 | 95 |
|
96 | 96 |
##### SVN |
97 | 97 |
|
98 |
add: _always |
|
98 |
add: Specimen/add _always
|
|
99 | 99 |
$(call setSvnIgnore,.,'*') |
100 |
$(call addDirWithIgnore,specimens,'*') |
|
101 |
$(call addDirWithIgnore,specimens/logs,$$'*.log.sql\n*.trace') |
|
102 | 100 |
$(call addDirWithIgnore,verify,'*.out') |
103 | 101 |
|
102 |
# Adds a new table subdir |
|
103 |
%/add: _always |
|
104 |
$(call addDirWithIgnore,$*,'*') |
|
105 |
$(call addDirWithIgnore,$*/logs,$$'*.log.sql\n*.trace') |
|
106 |
|
|
104 | 107 |
##### Existing maps discovery |
105 | 108 |
|
106 | 109 |
sortFile := import_order.txt |
Also available in: Unified diff
input.Makefile: SVN: Added %/add to add a new table subdir. add: Changed default subdir name to Specimen to match suggested table names at <https://projects.nceas.ucsb.edu/nceas/projects/bien/wiki/VegCSV#Suggested-table-names>. Use new %/add to add it.