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