Revision 7379
Added by Aaron Marcuse-Kubitza almost 12 years ago
input.Makefile | ||
---|---|---|
112 | 112 |
|
113 | 113 |
svnFilesGlob:= */{,$(noImportFile),{,.}{map,VegBIEN}.csv{,.*},*header.*,*.sql,test.xml.ref} |
114 | 114 |
svnFilesGlob := {map.csv,*{schema,~}*.sql,{,*/}{*.make,*terms.csv},$(svnFilesGlob)} |
115 |
_svnFilesGlob := {_MySQL/{,*schema*.sql,*.make},_src/*.{url,pdf}}
|
|
115 |
_svnFilesGlob := {_MySQL/{,*schema*.sql,*.make},_src/{*.{url,pdf},*README.TXT}}
|
|
116 | 116 |
svnFiles = $(filter-out _% logs/%,$(call wildcard/,$(svnFilesGlob)))\ |
117 | 117 |
$(call wildcard/,$(_svnFilesGlob)) |
118 | 118 |
|
Also available in: Unified diff
input.Makefile: SVN: $(_svnFilesGlob): Added README.TXT