Project

General

Profile

« Previous | Next » 

Revision 6591

input.Makefile: SVN: add: Add a Source table to store datasource metadata. This adds a Source table to all herbaria which are listed in .herbaria, and therefore didn't previously need a Source table to indicate their referenceType and sampleType.

View differences:

input.Makefile
123 123
svnFiles = $(filter-out _% logs/%,$(call wildcard/,$(svnFilesGlob)))\
124 124
$(call wildcard/,$(_svnFilesGlob))
125 125

  
126
add: _always $(allTables:%=%/add)
126
add: _always Source/add Source/map.csv $(allTables:%=%/add)
127 127
	$(call setSvnIgnore,.,'*')
128 128
	$(call addDirWithIgnore,logs,$$'*.log.sql\n*.trace')
129 129
	$(call addDirWithIgnore,verify,$$'*.out\n*.csv')

Also available in: Unified diff