summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-08-15 23:32:34 +0000
committerLennart Poettering <lennart@poettering.net>2007-08-15 23:32:34 +0000
commitd5e6cc63531fad7dba715bd7ad2d19a3cc4a3eb9 (patch)
treea125293ef249d54bd718c44291dad0f4419b3e7d /Makefile.am
parentfb27911c3fb03c047b2cf7d0683c87f24ed7ad30 (diff)
add fedora-snapshot target
git-svn-id: file:///home/lennart/svn/public/padevchooser/trunk@30 e4aeda27-4315-0410-ac56-b21855d76123
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 46cab90..9e93db6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -35,4 +35,7 @@ homepage: all dist
cp doc/README.html doc/screenshot.png doc/style.css $$HOME/homepage/private/projects/padevchooser
ln -sf README.html $$HOME/homepage/private/projects/padevchooser/index.html
+fedora-snapshot: dist
+ cp $(distdir).tar.gz $$HOME/cvs.fedora/paprefs/devel/$(distdir).svn`date +%Y%m%d`.tar.gz
+
.PHONY: homepage