From 66912ba614b7ebd63a5c2b56cced0e0c73202331 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 15 Aug 2007 23:50:14 +0000 Subject: bump version and add fedora-snapshot target git-svn-id: file:///home/lennart/svn/public/paman/trunk@88 cdefa82f-4ce1-0310-97f5-ab6066f37c3c --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') 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 -- cgit