~ubuntu-branches/ubuntu/oneiric/pavucontrol/oneiric

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2008-11-26 10:09:00 UTC
  • mfrom: (1.1.3 upstream) (2.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20081126100900-1jorhxbz6xfoidkp
Tags: 0.9.7-1ubuntu1
* Merge from Debian unstable:
  - Recommend padevchooser, paman, and pavumeter.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: Makefile.am 64 2007-10-30 16:27:50Z lennart $
2
 
#
3
1
# This file is part of pavucontrol.
4
2
#
 
3
# Copyright 2006-2008 Lennart Poettering
 
4
#
5
5
# pavucontrol is free software; you can redistribute it and/or modify
6
6
# it under the terms of the GNU General Public License as published by
7
 
# the Free Software Foundation; either version 2 of the License, or
 
7
# the Free Software Foundation, either version 2 of the License, or
8
8
# (at your option) any later version.
9
9
#
10
10
# pavucontrol is distributed in the hope that it will be useful, but
13
13
# General Public License for more details.
14
14
#
15
15
# You should have received a copy of the GNU General Public License
16
 
# along with pavucontrol; if not, write to the Free Software
17
 
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
18
 
# USA.
19
 
 
20
 
EXTRA_DIST = bootstrap.sh README LICENSE
21
 
SUBDIRS=src doc
 
16
# along with pavucontrol. If not, see <http://www.gnu.org/licenses/>.
 
17
 
 
18
EXTRA_DIST = \
 
19
        m4/ChangeLog \
 
20
        bootstrap.sh \
 
21
        README LICENSE \
 
22
        intltool-merge.in \
 
23
        intltool-update.in \
 
24
        intltool-extract.in
 
25
 
 
26
SUBDIRS=src doc po
22
27
 
23
28
MAINTAINERCLEANFILES=README
24
29
noinst_DATA = README
35
40
        cp doc/README.html doc/screenshot.png doc/style.css $$HOME/homepage/private/projects/pavucontrol
36
41
        ln -sf README.html $$HOME/homepage/private/projects/pavucontrol/index.html
37
42
 
 
43
DISTCLEANFILES = \
 
44
        intltool-extract \
 
45
        intltool-merge \
 
46
        intltool-update
 
47
 
38
48
fedora-snapshot: dist
39
 
        cp $(distdir).tar.gz $$HOME/cvs.fedora/pavucontrol/devel/$(distdir).svn`date +%Y%m%d`.tar.gz
 
49
        cp $(distdir).tar.gz $$HOME/cvs.fedora/pavucontrol/devel/$(distdir).git`date +%Y%m%d`.tar.gz
40
50
 
41
51
.PHONY: homepage
42
52
 
 
53
ACLOCAL_AMFLAGS = -I m4
 
54
 
43
55
dist-hook:
44
 
        if test -d .svn ; then \
45
 
                svn update ; \
 
56
        if test -d .git ; then \
 
57
                git pull ; \
46
58
                chmod u+w ${distdir}/ChangeLog || true ; \
47
 
                svn2cl -o ${distdir}/ChangeLog ; \
 
59
                git-changelog.perl > ${distdir}/ChangeLog ; \
48
60
        fi