~ubuntu-branches/ubuntu/karmic/xfce4-session/karmic

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez
  • Date: 2005-11-06 22:01:12 UTC
  • mto: (4.1.1 lenny) (1.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20051106220112-5rusox237ymjghsp
Tags: upstream-4.2.3
ImportĀ upstreamĀ versionĀ 4.2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
SUBDIRS =                                                               \
2
 
        defaults                                                        \
3
 
        docs                                                            \
 
2
        libxfsm                                                         \
 
3
        doc                                                             \
 
4
        engines                                                         \
 
5
        icons                                                           \
4
6
        po                                                              \
5
7
        settings                                                        \
6
8
        xfce4-session                                                   \
7
 
        xfce4-shutdown
 
9
        xfce4-session-logout                                            \
 
10
        xfsm-shutdown-helper
 
11
 
 
12
configdir = $(sysconfdir)/xdg/xfce4-session
 
13
config_DATA = xfce4-session.rc
8
14
 
9
15
distclean-local:
10
16
        rm -rf xfce4-session.spec *.cache *~
11
17
 
12
18
EXTRA_DIST =                                                            \
 
19
        $(config_DATA)                                                  \
13
20
        AUTHORS                                                         \
 
21
        BUGS                                                            \
14
22
        ChangeLog.pre-xfce-devel                                        \
15
23
        INSTALL                                                         \
16
24
        NEWS                                                            \
19
27
        xfce4-session.spec                                              \
20
28
        xfce4-session.spec.in
21
29
 
 
30
html:
 
31
        make -C doc html
 
32
 
22
33
rpm: dist
23
34
        rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
24
35
        @rm -f $(PACKAGE)-$(VERSION).tar.gz
25
36
 
26
37
ACLOCAL_AMFLAGS = -I m4
 
38
 
 
39
dist-bz2: dist
 
40
        zcat $(PACKAGE)-$(VERSION).tar.gz | bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2
 
41
 
 
42
distcheck-bz2: distcheck
 
43
        zcat $(PACKAGE)-$(VERSION).tar.gz | bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2