diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-11-26 02:08:21 +0100 |
---|---|---|
committer | Colin Guthrie <cguthrie@mandriva.org> | 2010-11-28 16:59:45 +0000 |
commit | 7ad19a1eaf0d14b9a800c4120481ab437eab264d (patch) | |
tree | 1fe15087012d5a32f3a550f43ae0356d228ba656 /Makefile.am | |
parent | f616d2a3b5640e054618646c10bf55dcc62240d5 (diff) |
build-sys: simplify things for building on fedora
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 2713c0a2..5385bf32 100644 --- a/Makefile.am +++ b/Makefile.am @@ -55,6 +55,7 @@ homepage: all dist doxygen test -d $$HOME/homepage/private mkdir -p $$HOME/homepage/private/projects/pulseaudio $$HOME/homepage/private/projects/pulseaudio/doxygen cp pulseaudio-@PACKAGE_VERSION@.tar.gz $$HOME/homepage/private/projects/pulseaudio + cp pulseaudio-@PACKAGE_VERSION@.tar.gz $$HOME/git.fedora/pulseaudio cp -a doxygen/html/* $$HOME/homepage/private/projects/pulseaudio/doxygen doxygen: @@ -67,7 +68,7 @@ untabify: find \( -name '*.c' -o -name '*.h' \) -exec perl -i -pe 's/\t/ /g;' \{\} \; fedora-snapshot: dist - cp $(distdir).tar.gz $$HOME/cvs.fedora/pulseaudio/devel/$(distdir).tar.gz + cp $(distdir).tar.gz $$HOME/git.fedora/pulseaudio/$(distdir).tar.gz dist-hook: if test -d .git ; then \ |