summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
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