Revision 9948
Added by Aaron Marcuse-Kubitza over 11 years ago
input.Makefile | ||
---|---|---|
116 | 116 |
|
117 | 117 |
svnFilesGlob:= */{,$(noImportFile),{,.}{map,VegBIEN}.csv{,.*},*header.*,*.sql,test.xml.ref} |
118 | 118 |
svnFilesGlob := {map.csv,*{schema,~}*.sql,{,*/}{*.make,*terms.csv},$(svnFilesGlob)} |
119 |
_svnFilesGlob := {_MySQL/{,*schema*.sql,*.make},{,*/}{*.{md5,url,pdf},*README.TXT}} |
|
119 |
_svnFilesGlob := {_MySQL/{,*schema*.sql,*.make},{,*/}{*run,*.{md5,url,pdf},*README.TXT}}
|
|
120 | 120 |
svnFiles = $(filter-out _% logs/% %.data.sql,$(call wildcard/,$(svnFilesGlob)))\ |
121 | 121 |
$(call wildcard/,$(_svnFilesGlob)) |
122 | 122 |
|
Also available in: Unified diff
inputs/input.Makefile: $(_svnFilesGlob): added *run (runscripts)