summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-08-15 23:50:14 +0000
committerLennart Poettering <lennart@poettering.net>2007-08-15 23:50:14 +0000
commit66912ba614b7ebd63a5c2b56cced0e0c73202331 (patch)
treeb2250e36a8539fca7a7d85e7ca2c44d5f5078f3a /Makefile.am
parentd8194e37b3c1ed0fdafa164c80fa36139cf2f19e (diff)
bump version and add fedora-snapshot target
git-svn-id: file:///home/lennart/svn/public/paman/trunk@88 cdefa82f-4ce1-0310-97f5-ab6066f37c3c
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 48ccf43..98ff05b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -35,4 +35,8 @@ homepage: all dist
cp doc/README.html doc/screenshot.png doc/style.css $$HOME/homepage/private/projects/paman
ln -sf README.html $$HOME/homepage/private/projects/paman/index.html
+fedora-snapshot: dist
+ cp $(distdir).tar.gz $$HOME/cvs.fedora/paman/devel/$(distdir).svn`date +%Y%m%d`.tar.gz
+
+
.PHONY: homepage