pidgin/pidgin

Clean up some reference counting, doc comments and a build tweak
#!/bin/bash
for f in `ls *.svg`
do
echo "Processing $f file..."
inkscape --vacuum-defs $f
done