view pixmaps/gen-inline-pixbufs.sh @ 15498:e1de20a47fa9 v8.1.0757

patch 8.1.0757: not enough documentation for Blobs commit https://github.com/vim/vim/commit/d89682477cd01ec60edd6d88093b95b12e180127 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 15 22:51:57 2019 +0100 patch 8.1.0757: not enough documentation for Blobs Problem: Not enough documentation for Blobs. Solution: Add a section about Blobs.
author Bram Moolenaar <Bram@vim.org>
date Tue, 15 Jan 2019 23:00:07 +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