Project

General

Profile

« Previous | Next » 

Revision 6990

input.Makefile: SVN: $(svnFilesGlob): Also match *terms.csv in top-level dir

View differences:

input.Makefile
109 109

  
110 110
##### SVN
111 111

  
112
svnFilesGlob:= */{,$(noImportFile),{,.}{map,*terms,VegBIEN}.csv{,.*},*header.*,*.sql,test.xml.ref}
113
svnFilesGlob := {map.csv,*{schema,~}*.sql,{,*/}*.make,$(svnFilesGlob)}
112
svnFilesGlob:= */{,$(noImportFile),{,.}{map,VegBIEN}.csv{,.*},*header.*,*.sql,test.xml.ref}
113
svnFilesGlob := {map.csv,*{schema,~}*.sql,{,*/}{*.make,*terms.csv},$(svnFilesGlob)}
114 114
_svnFilesGlob := {_MySQL/{,*schema*.sql,*.make},_src/*.{url,pdf}}
115 115
svnFiles = $(filter-out _% logs/%,$(call wildcard/,$(svnFilesGlob)))\
116 116
$(call wildcard/,$(_svnFilesGlob))

Also available in: Unified diff