~ubuntu-branches/ubuntu/quantal/colord/quantal-proposed

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Package Import Robot
  • Author(s): Christopher James Halse Rogers
  • Date: 2012-03-01 17:33:00 UTC
  • mto: (1.1.4) (2.1.7 sid)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20120301173300-q1s2bs8yubnybln8
ImportĀ upstreamĀ versionĀ 0.1.18

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
SUBDIRS =                                               \
8
8
        etc                                             \
9
 
        po                                              \
10
9
        policy                                          \
11
10
        man                                             \
12
11
        libcolord                                       \
13
12
        client                                          \
 
13
        contrib                                         \
14
14
        data                                            \
15
15
        examples                                        \
16
16
        rules                                           \
17
17
        doc                                             \
18
 
        src
 
18
        src                                             \
 
19
        po
19
20
 
20
21
snapshot:
21
22
        $(MAKE) dist distdir=$(PACKAGE)-$(VERSION)-`date +"%Y%m%d"`
32
33
        INSTALL                                         \
33
34
        README                                          \
34
35
        NEWS                                            \
35
 
        autogen.sh                                      \
 
36
        autogen.sh                                      \
36
37
        config.h                                        \
37
 
        intltool-extract.in                             \
38
 
        intltool-merge.in                               \
39
 
        intltool-update.in
 
38
        intltool-extract.in                             \
 
39
        intltool-merge.in                               \
 
40
        intltool-update.in
40
41
 
41
42
MAINTAINERCLEANFILES =                                  \
42
43
        $(srcdir)/INSTALL                               \