view pixmaps/gen-inline-pixbufs.sh @ 7517:9d67399f49c6 v7.4.1060

commit https://github.com/vim/vim/commit/6602af7fe069246dbcf419c3e904a78b60e7d4dc Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 7 22:01:01 2016 +0100 patch 7.4.1060 Problem: Instructions for writing tests are outdated. Solution: Mention Make_all.mak. Add steps for new style tests.
author Christian Brabandt <cb@256bit.org>
date Thu, 07 Jan 2016 22:15:05 +0100
parents 3fc0f57ecb91
children d4faa2c5211b
line wrap: on
line source

#! /bin/sh

prefix=stock_
list=

for file in "$@"
do
    name=`echo "$file" | sed 's|-|_|g; s|^.*/||; s|\..*$||'`
    list="$list $prefix$name $file"
done

gdk-pixbuf-csource --raw --static --build-list $list