Project

General

Profile

« Previous | Next » 

Revision 5878

input.Makefile: SVN: add: Also add any newly-created files which should be under version control

View differences:

input.Makefile
101 101

  
102 102
##### SVN
103 103

  
104
svnFilesGlob := */{{,.}{*header,map,*terms,VegBIEN}.csv{,.*},test.xml.ref}
105

  
104 106
add: _always
105 107
	$(call setSvnIgnore,.,'*')
106 108
	$(call addDirWithIgnore,logs,$$'*.log.sql\n*.trace')
107 109
	$(call addDirWithIgnore,verify,'*.out')
108 110
	$(call addFile,import_order.txt)
111
	$(call add*,$(call wildcard/,$(svnFilesGlob)))
109 112

  
110 113
# Adds a new table subdir
111 114
%/add: _always

Also available in: Unified diff