Project

General

Profile

« Previous | Next » 

Revision 6064

input.Makefile: SVN: add: Added _src/ (when it exists). $(_svnFilesGlob): Added .url, .pdf files in _src/.

View differences:

input.Makefile
103 103

  
104 104
svnFilesGlob:= */{,{,.}{map,*terms,VegBIEN}.csv{,.*},*header.*,*.sql,test*.xml*}
105 105
svnFilesGlob := {*schema*.sql,{,*/}*.make,$(svnFilesGlob)}
106
_svnFilesGlob := _MySQL/{,*schema*.sql,*.make}
106
_svnFilesGlob := {_MySQL/{,*schema*.sql,*.make},_src/*.{url,pdf}}
107 107
svnFiles = $(filter-out _% logs/%,$(call wildcard/,$(svnFilesGlob)))\
108 108
$(call wildcard/,$(_svnFilesGlob))
109 109

  
......
113 113
	$(call addDirWithIgnore,verify,'*.out')
114 114
	$(call addFile,import_order.txt)
115 115
	$(if $(wildcard _MySQL/),$(call addDirWithIgnore,_MySQL,'*'))
116
	$(if $(wildcard _src/),$(call addDirWithIgnore,_src,'*'))
116 117
	$(call add*,$(svnFiles))
117 118

  
118 119
# Adds a new table subdir

Also available in: Unified diff