#i93829#: changes needed for subversion migration
This commit is contained in:
parent
139151c9b4
commit
e3f4dea21d
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ TARGET=odk
|
|||
ZIP1TARGET=odkexamples
|
||||
ZIP1FLAGS=-u -r
|
||||
ZIP1DIR=$(PRJ)
|
||||
ZIP1LIST=examples -x "*CVS*" -x "*makefile.mk" -x "*Container1*" -x "*Storage*" -x "*register_component*" -x "*examples.html"
|
||||
ZIP1LIST=examples -x "*.svn*" -x "*CVS*" -x "*makefile.mk" -x "*Container1*" -x "*Storage*" -x "*register_component*" -x "*examples.html"
|
||||
|
||||
.INCLUDE : target.mk
|
||||
|
||||
|
|
Loading…
Reference in a new issue