fix tabs
[gst-pulse.git] / Makefile.am
blob0d6c142cd751c8de3c4791d91c5efe16eb88fc6d
1 # $Id$
3 # This file is part of gst-pulse.
5 # gst-pulse is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU Lesser General Public License as published by
7 # the Free Software Foundation; either version 2 of the License, or
8 # (at your option) any later version.
10 # gst-pulse is distributed in the hope that it will be useful, but
11 # WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 # General Public License for more details.
15 # You should have received a copy of the GNU Lesser General Public License
16 # along with gst-pulse; if not, write to the Free Software
17 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
18 # USA.
20 EXTRA_DIST = bootstrap.sh README LICENSE
21 SUBDIRS=src doc
23 MAINTAINERCLEANFILES=README
24 noinst_DATA = README
26 README:
27         rm -f README
28         $(MAKE) -C doc README
29         cd $(srcdir) && ln -s doc/README README
31 homepage: all dist
32         test -d $$HOME/homepage/private
33         mkdir -p $$HOME/homepage/private/projects/gst-pulse
34         cp gst-pulse-@PACKAGE_VERSION@.tar.gz $$HOME/homepage/private/projects/gst-pulse
35         cp doc/README.html doc/style.css $$HOME/homepage/private/projects/gst-pulse
36         ln -sf README.html $$HOME/homepage/private/projects/gst-pulse/index.html
38 fedora-snapshot: dist
39         cp $(distdir).tar.gz $$HOME/cvs.fedora/gstreamer-plugins-pulse/devel/$(distdir).svn`date +%Y%m%d`.tar.gz
41 .PHONY: homepage
43 dist-hook:
44         if test -d .svn ; then \
45                 svn update ; \
46                 chmod u+w ${distdir}/ChangeLog || true ; \
47                 svn2cl -o ${distdir}/ChangeLog ; \
48         fi