Revision 6072
Added by Aaron Marcuse-Kubitza about 12 years ago
input.Makefile | ||
---|---|---|
102 | 102 |
##### SVN |
103 | 103 |
|
104 | 104 |
svnFilesGlob:= */{,{,.}{map,*terms,VegBIEN}.csv{,.*},*header.*,*.sql,test*.xml*} |
105 |
svnFilesGlob := {*schema*.sql,{,*/}*.make,$(svnFilesGlob)} |
|
105 |
svnFilesGlob := {map.csv,*schema*.sql,{,*/}*.make,$(svnFilesGlob)}
|
|
106 | 106 |
_svnFilesGlob := {_MySQL/{,*schema*.sql,*.make},_src/*.{url,pdf}} |
107 | 107 |
svnFiles = $(filter-out _% logs/%,$(call wildcard/,$(svnFilesGlob)))\ |
108 | 108 |
$(call wildcard/,$(_svnFilesGlob)) |
Also available in: Unified diff
input.Makefile: SVN: $(svnFilesGlob): Added top-level map.csv, which can be used to apply a datasource-global data dictionary to all tables