~ubuntu-branches/ubuntu/precise/ubuntustudio-icon-theme/precise

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Janne Jokitalo (AstralJava)
  • Date: 2007-04-04 13:06:22 UTC
  • Revision ID: james.westby@ubuntu.com-20070404130622-5a6eai22f6n681hv
Tags: 0.1
Initial release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
DISTCHECK_CONFIGURE_FLAGS = --disable-icon-framing --enable-png-creation
 
2
 
 
3
SUBDIRS = 16x16 22x22 24x24 scalable po
 
4
 
 
5
@INTLTOOL_THEME_RULE@
 
6
 
 
7
THEME_IN_FILES = index.theme.in
 
8
 
 
9
theme_DATA = index.theme
 
10
 
 
11
EXTRA_DIST=                             \
 
12
        $(THEME_IN_FILES)               \
 
13
        svg2png.sh.in                   \
 
14
        intltool-update.in              \
 
15
        intltool-merge.in               \
 
16
        intltool-extract.in             \
 
17
        autogen.sh
 
18
 
 
19
 
 
20
DISTCLEANFILES =                        \
 
21
        svg2png.sh                      \
 
22
        intltool-extract                \
 
23
        intltool-merge                  \
 
24
        intltool-update
 
25
 
 
26
 
 
27
MAINTAINERCLEANFILES =                  \
 
28
        Makefile.in                     \
 
29
        aclocal.m4                      \
 
30
        configure                       \
 
31
        install-sh                      \
 
32
        intltool-extract.in             \
 
33
        intltool-merge.in               \
 
34
        intltool-update.in              \
 
35
        missing                         \
 
36
        mkinstalldirs
 
37
 
 
38
 
 
39
CLEANFILES =                            \
 
40
        index.theme
 
41
 
 
42
DISTCHECK_CONFIGURE_FLAGS = --disable-icon-framing --enable-png-creation
 
43
 
 
44
SUBDIRS = 16x16 22x22 24x24 scalable po
 
45
 
 
46
@INTLTOOL_THEME_RULE@
 
47
 
 
48
THEME_IN_FILES = index.theme.in
 
49
 
 
50