From 20d68be58d88408af79d066927fd431daceffb01 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 11 Jun 2007 14:37:35 -0400 Subject: [PATCH] Add a install target to make (Trac #37) --- Authors | 1 + Changelog | 3 +++ Makefile | 3 +++ 3 files changed, 7 insertions(+) diff --git a/Authors b/Authors index f32cba06..07eaf51c 100644 --- a/Authors +++ b/Authors @@ -9,3 +9,4 @@ Essien Ita Essien James Bowes Tom Callaway Joel Andres Granados + diff --git a/Changelog b/Changelog index 63eee935..458a01ea 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,6 @@ +* Mon Jun 11 2007 Jesse Keating +- Add a install target to make (Trac #37) + * Fri May 25 2007 Jesse Keating - Handle the cdsize variable correctly - More fixes for cached download stuff diff --git a/Makefile b/Makefile index 9319e41b..3728c07e 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,9 @@ rpminstall: rpm release: tag srpm +install: + @python setup.py install + clean: @rm -f *.rpm @rm -rf noarch