Project

General

Profile

« Previous | Next » 

Revision 7567

input.Makefile: SVN: $(_svnFilesGlob): .url, .pdf, and README.TXT in the top-level dir: Fixed bug where had extra / after brace expr

View differences:

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},{,*/}/{*.{url,pdf},*README.TXT}}
115
_svnFilesGlob := {_MySQL/{,*schema*.sql,*.make},{,*/}{*.{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