Lines Matching +refs:include +refs:file
209 file="ldns-$version.zip"
210 rm -f "$file"
211 info "Creating $file"
212 mkdir file
213 cd file
232 mkdir include
233 mkdir include/ldns
234 cp "$installplace"/include/ldns/*.h include/ldns/.
247 rm -f "../../$file"
248 info "$file contents"
252 info "zip $file"
253 zip -r ../../"$file" LICENSE README libldns.a *.dll *.dll.a Changelog *.exe include man1 man3 cat1 …
254 info "Testing $file"
255 (cd ../.. ; zip -T "$file" ) || error_cleanup "errors in zipfile $file"
263 ls -lG "$file"