~spyzer-abhishek0/+junk/gsoc2011

« back to all changes in this revision

Viewing changes to share/filters/Makefile.am

  • Committer: Ted Gould
  • Date: 2008-12-10 21:36:50 UTC
  • Revision ID: ted@canonical.com-20081210213650-iqfepz2cdye26uix
 * Removing the bitmap files that aren't being used.
 * Removing the filter files that haven't been used.
 * Adding a small little script to pull the strings out of the filters.svg
   file and pull them into a header file so that they can be translated.
 * Fix generate_POTFILES.sh so that it warns that it'll probably break
   things
 * Update POTFILES.in so that it matches the files better.
 * Making a bunch of .svg files not executable.
 * Patching the effects code so that the sorting of the menus is correct
   and the first entry is not ignored.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
filters_DATA =  \
5
5
        README \
6
 
        filters.svg 
7
 
 
8
 
EXTRA_DIST = $(filters_DATA)
 
6
        filters.svg \
 
7
        filters.svg.h
 
8
 
 
9
filters.svg.h: filters.svg i18n.py
 
10
        $(srcdir)/i18n.py $(srcdir)/filters.svg > $(srcdir)/filters.svg.h
 
11
 
 
12
EXTRA_DIST = $(filters_DATA) \
 
13
             i18n.py