More symlinks

This commit is contained in:
Sam Hewitt
2015-04-27 01:25:37 -04:00
parent 4c6edd7607
commit cff69f4256
348 changed files with 32142 additions and 723 deletions

View File

@@ -10,7 +10,7 @@ import subprocess
INKSCAPE = '/usr/bin/inkscape'
OPTIPNG = '/usr/bin/optipng'
MAINDIR = 'Paper'
SOURCES = ('src/bitmaps/actions', 'src/bitmaps/apps', 'src/bitmaps/categories', 'src/bitmaps/devices', 'src/bitmaps/games', 'src/bitmaps/mimetypes', 'src/bitmaps/places', 'src/bitmaps/status', 'src/bitmaps/web')
SOURCES = ('src/bitmaps/actions', 'src/bitmaps/apps', 'src/bitmaps/categories', 'src/bitmaps/devices', 'src/bitmaps/games', 'src/bitmaps/mimetypes', 'src/bitmaps/places', 'src/bitmaps/preferences', 'src/bitmaps/status', 'src/bitmaps/web')
inkscape_process = None